Struct cfn::aws::lambda::function::Code [] [src]

pub struct Code {
    pub s3_bucket: Option<Value<String>>,
    pub s3_key: Option<Value<String>>,
    pub s3_object_version: Option<Value<String>>,
    pub zip_file: Option<Value<String>>,
}

The AWS::Lambda::Function.Code property type.

Fields

Property S3Bucket.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property S3Key.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property S3ObjectVersion.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ZipFile.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for Code
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Code
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Code

impl Sync for Code