Uses of Class
software.amazon.awscdk.core.CfnParameter
Packages that use CfnParameter
Package
Description
Include CloudFormation templates in the CDK
AWS Cloud Development Kit Core Library
AWS Lambda Construct Library
-
Uses of CfnParameter in software.amazon.awscdk.cloudformation.include
Methods in software.amazon.awscdk.cloudformation.include that return CfnParameterModifier and TypeMethodDescriptionCfnInclude.getParameter(String parameterName) Returns the CfnParameter object from the 'Parameters' section of the included template. -
Uses of CfnParameter in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return CfnParameterMethods in software.amazon.awscdk.core with parameters of type CfnParameterModifier and TypeMethodDescriptionstatic SecretValueSecretValue.cfnParameter(CfnParameter param) Obtain the secret value through a CloudFormation parameter. -
Uses of CfnParameter in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnParameterModifier and TypeMethodDescriptiondefault CfnParameterCfnParametersCodeProps.getBucketNameParam()The CloudFormation parameter that represents the name of the S3 Bucket where the Lambda code will be located in.final CfnParameterCfnParametersCodeProps.Jsii$Proxy.getBucketNameParam()default CfnParameterCfnParametersCodeProps.getObjectKeyParam()The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.final CfnParameterCfnParametersCodeProps.Jsii$Proxy.getObjectKeyParam()Methods in software.amazon.awscdk.services.lambda with parameters of type CfnParameterModifier and TypeMethodDescriptionCfnParametersCode.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.bucketNameParam(CfnParameter bucketNameParam) Sets the value ofCfnParametersCodeProps.getBucketNameParam()CfnParametersCode.Builder.objectKeyParam(CfnParameter objectKeyParam) The CloudFormation parameter that represents the path inside the S3 Bucket where the Lambda code will be located at.CfnParametersCodeProps.Builder.objectKeyParam(CfnParameter objectKeyParam) Sets the value ofCfnParametersCodeProps.getObjectKeyParam()