aws-cdk-lib.aws_sam.CfnFunction.FunctionEnvironmentProperty

interface FunctionEnvironmentProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.FunctionEnvironmentProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_FunctionEnvironmentProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.FunctionEnvironmentProperty
Pythonaws_cdk.aws_sam.CfnFunction.FunctionEnvironmentProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » FunctionEnvironmentProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const functionEnvironmentProperty: sam.CfnFunction.FunctionEnvironmentProperty = {
  variables: {
    variablesKey: 'variables',
  },
};

Properties

NameTypeDescription
variablesIResolvable | { [string]: string }CfnFunction.FunctionEnvironmentProperty.Variables.

variables

Type: IResolvable | { [string]: string }

CfnFunction.FunctionEnvironmentProperty.Variables.