Documentation ¶
Index ¶
- type Args
- type DataArgs
- type DataSource
- type Resource
- func (allv *Resource) Attributes() awsLambdaLayerVersionAttributes
- func (allv *Resource) Configuration() interface{}
- func (allv *Resource) DependOn() terra.Reference
- func (allv *Resource) Dependencies() terra.Dependencies
- func (allv *Resource) ImportState(state io.Reader) error
- func (allv *Resource) LifecycleManagement() *terra.Lifecycle
- func (allv *Resource) LocalName() string
- func (allv *Resource) State() (*awsLambdaLayerVersionState, bool)
- func (allv *Resource) StateMust() *awsLambdaLayerVersionState
- func (allv *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // CompatibleArchitectures: set of string, optional CompatibleArchitectures terra.SetValue[terra.StringValue] `hcl:"compatible_architectures,attr"` // CompatibleRuntimes: set of string, optional CompatibleRuntimes terra.SetValue[terra.StringValue] `hcl:"compatible_runtimes,attr"` // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Filename: string, optional Filename terra.StringValue `hcl:"filename,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LayerName: string, required LayerName terra.StringValue `hcl:"layer_name,attr" validate:"required"` // LicenseInfo: string, optional LicenseInfo terra.StringValue `hcl:"license_info,attr"` // S3Bucket: string, optional S3Bucket terra.StringValue `hcl:"s3_bucket,attr"` // S3Key: string, optional S3Key terra.StringValue `hcl:"s3_key,attr"` // S3ObjectVersion: string, optional S3ObjectVersion terra.StringValue `hcl:"s3_object_version,attr"` // SkipDestroy: bool, optional SkipDestroy terra.BoolValue `hcl:"skip_destroy,attr"` // SourceCodeHash: string, optional SourceCodeHash terra.StringValue `hcl:"source_code_hash,attr"` }
Args contains the configurations for aws_lambda_layer_version.
type DataArgs ¶
type DataArgs struct { // CompatibleArchitecture: string, optional CompatibleArchitecture terra.StringValue `hcl:"compatible_architecture,attr"` // CompatibleRuntime: string, optional CompatibleRuntime terra.StringValue `hcl:"compatible_runtime,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LayerName: string, required LayerName terra.StringValue `hcl:"layer_name,attr" validate:"required"` // Version: number, optional Version terra.NumberValue `hcl:"version,attr"` }
DataArgs contains the configurations for aws_lambda_layer_version.
type DataSource ¶
DataSource represents the Terraform data resource aws_lambda_layer_version.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (allv *DataSource) Attributes() dataAwsLambdaLayerVersionAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (allv *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (allv *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (allv *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_lambda_layer_version.
func (*Resource) Attributes ¶
func (allv *Resource) Attributes() awsLambdaLayerVersionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (allv *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (allv *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.