class Aws::Lambda::Types::LayerVersionContentInput
A ZIP archive that contains the contents of an [Lambda layer]. You can specify either an Amazon S3 location, or upload a layer archive directly.
[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
@note When making an API call, you may pass LayerVersionContentInput
data as a hash: { s3_bucket: "S3Bucket", s3_key: "S3Key", s3_object_version: "S3ObjectVersion", zip_file: "data", }
@!attribute [rw] s3_bucket
The Amazon S3 bucket of the layer archive. @return [String]
@!attribute [rw] s3_key
The Amazon S3 key of the layer archive. @return [String]
@!attribute [rw] s3_object_version
For versioned objects, the version of the layer archive object to use. @return [String]
@!attribute [rw] zip_file
The base64-encoded contents of the layer archive. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayerVersionContentInput AWS API Documentation
Constants
- SENSITIVE