aws-cdk-lib.aws_appstream.CfnFleet.VpcConfigProperty

interface VpcConfigProperty

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

The VPC configuration information for the fleet.

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

Properties

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

securityGroupIds?

Type: string[] (optional)

The identifiers of the security groups for the fleet.


subnetIds?

Type: string[] (optional)

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

Fleet instances can use one or two subnets.