aws-cdk-lib.aws_sam.CfnFunction.VpcConfigProperty

interface VpcConfigProperty

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

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 vpcConfigProperty: sam.CfnFunction.VpcConfigProperty = {
  securityGroupIds: ['securityGroupIds'],
  subnetIds: ['subnetIds'],
};

Properties

NameTypeDescription
securityGroupIdsstring[]CfnFunction.VpcConfigProperty.SecurityGroupIds.
subnetIdsstring[]CfnFunction.VpcConfigProperty.SubnetIds.

securityGroupIds

Type: string[]

CfnFunction.VpcConfigProperty.SecurityGroupIds.


subnetIds

Type: string[]

CfnFunction.VpcConfigProperty.SubnetIds.