| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
static FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.builder() |
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Bucket(String value)
``FunctionResource.CodeProperty.S3Bucket``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Bucket(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3Bucket``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Key(String value)
``FunctionResource.CodeProperty.S3Key``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3Key(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3Key``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3ObjectVersion(String value)
``FunctionResource.CodeProperty.S3ObjectVersion``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withS3ObjectVersion(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.S3ObjectVersion``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withZipFile(String value)
``FunctionResource.CodeProperty.ZipFile``
|
FunctionResource.CodeProperty.Builder |
FunctionResource.CodeProperty.Builder.withZipFile(software.amazon.awscdk.Token value)
``FunctionResource.CodeProperty.ZipFile``
|
Copyright © 2018. All rights reserved.