Show / Hide Table of Contents

Interface CfnAppBlockBuilderPropsMixin.IVpcConfigProperty

Describes VPC configuration information for fleets and image builders.

Namespace: Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnAppBlockBuilderPropsMixin.IVpcConfigProperty
Syntax (vb)
Public Interface CfnAppBlockBuilderPropsMixin.IVpcConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-vpcconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AppStream.Mixins;

             var vpcConfigProperty = new VpcConfigProperty {
                 SecurityGroupIds = new [] { "securityGroupIds" },
                 SubnetIds = new [] { "subnetIds" }
             };

Synopsis

Properties

SecurityGroupIds

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

SubnetIds

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

Properties

SecurityGroupIds

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

string[]? SecurityGroupIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-vpcconfig.html#cfn-appstream-appblockbuilder-vpcconfig-securitygroupids

SubnetIds

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

string[]? SubnetIds { get; }
Property Value

string[]

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblockbuilder-vpcconfig.html#cfn-appstream-appblockbuilder-vpcconfig-subnetids

Back to top Generated by DocFX