Resource Type definition for AWS::Lambda::LayerVersion
content
(Attributes) The function layer archive. (see below for nested schema)compatible_architectures
(List of String) A list of compatible instruction set architectures.compatible_runtimes
(List of String) A list of compatible function runtimes. Used for filtering with ListLayers and ListLayerVersions.description
(String) The description of the version.layer_name
(String) The name or Amazon Resource Name (ARN) of the layer.license_info
(String) The layer's software license.id
(String) Uniquely identifies the resource.layer_version_arn
(String)content
Required:
s3_bucket
(String) The Amazon S3 bucket of the layer archive.s3_key
(String) The Amazon S3 key of the layer archive.Optional:
s3_object_version
(String) For versioned objects, the version of the layer archive object to use.Import is supported using the following syntax:
$ terraform import awscc_lambda_layer_version.example <resource ID>