| 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)
Obtain the secret value through a CloudFormation parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CfnParameter |
CfnInclude.getParameter(String parameterName)
Returns the CfnParameter object from the 'Parameters' section of the included template.
|
| Modifier and Type | Method and Description |
|---|---|
default CfnParameter |
CfnParametersCodeProps.getBucketNameParam()
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()
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 |
|---|---|
CfnParametersCodeProps.Builder |
CfnParametersCodeProps.Builder.bucketNameParam(CfnParameter bucketNameParam)
Sets the value of
CfnParametersCodeProps.getBucketNameParam() |
CfnParametersCode.Builder |
CfnParametersCode.Builder.bucketNameParam(CfnParameter bucketNameParam)
The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.
|
CfnParametersCodeProps.Builder |
CfnParametersCodeProps.Builder.objectKeyParam(CfnParameter objectKeyParam)
Sets the value of
CfnParametersCodeProps.getObjectKeyParam() |
CfnParametersCode.Builder |
CfnParametersCode.Builder.objectKeyParam(CfnParameter objectKeyParam)
The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.
|
Copyright © 2022. All rights reserved.