| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.cloudformation.include |
Include CloudFormation templates in the CDK
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnParameter |
CfnParameter.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static SecretValue |
SecretValue.cfnParameter(CfnParameter param)
(experimental) Obtain the secret value through a CloudFormation parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CfnParameter |
CfnInclude.getParameter(String parameterName)
(experimental) Returns the CfnParameter object from the 'Parameters' section of the included template.
|
| Modifier and Type | Method and Description |
|---|---|
default CfnParameter |
CfnParametersCodeProps.getBucketNameParam()
(experimental) The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.
|
CfnParameter |
CfnParametersCodeProps.Jsii$Proxy.getBucketNameParam() |
default CfnParameter |
CfnParametersCodeProps.getObjectKeyParam()
(experimental) The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.
|
CfnParameter |
CfnParametersCodeProps.Jsii$Proxy.getObjectKeyParam() |
| Modifier and Type | Method and Description |
|---|---|
CfnParametersCode.Builder |
CfnParametersCode.Builder.bucketNameParam(CfnParameter bucketNameParam)
(experimental) The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.
|
CfnParametersCodeProps.Builder |
CfnParametersCodeProps.Builder.bucketNameParam(CfnParameter bucketNameParam)
Sets the value of
CfnParametersCodeProps.getBucketNameParam() |
CfnParametersCode.Builder |
CfnParametersCode.Builder.objectKeyParam(CfnParameter objectKeyParam)
(experimental) The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.
|
CfnParametersCodeProps.Builder |
CfnParametersCodeProps.Builder.objectKeyParam(CfnParameter objectKeyParam)
Sets the value of
CfnParametersCodeProps.getObjectKeyParam() |
| Constructor and Description |
|---|
Jsii$Proxy(CfnParameter bucketNameParam,
CfnParameter objectKeyParam)
Constructor that initializes the object based on literal property values passed by the
CfnParametersCodeProps.Builder. |
Copyright © 2021. All rights reserved.