aws-cdk-lib.aws_appstream.CfnAppBlockBuilder.VpcConfigProperty

interface VpcConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.AppStream.CfnAppBlockBuilder.VpcConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappstream#CfnAppBlockBuilder_VpcConfigProperty
Javasoftware.amazon.awscdk.services.appstream.CfnAppBlockBuilder.VpcConfigProperty
Pythonaws_cdk.aws_appstream.CfnAppBlockBuilder.VpcConfigProperty
TypeScript aws-cdk-lib » aws_appstream » CfnAppBlockBuilder » VpcConfigProperty

Describes VPC configuration information for fleets and image builders.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const vpcConfigProperty: appstream.CfnAppBlockBuilder.VpcConfigProperty = {
  securityGroupIds: ['securityGroupIds'],
  subnetIds: ['subnetIds'],
};

Properties

NameTypeDescription
securityGroupIds?string[]The identifiers of the security groups for the fleet or image builder.
subnetIds?string[]The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.

securityGroupIds?

Type: string[] (optional)

The identifiers of the security groups for the fleet or image builder.


subnetIds?

Type: string[] (optional)

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance.

Fleet instances use one or more subnets. Image builder instances use one subnet.