Add-VSAppStreamFleetVpcConfig
Add-VSAppStreamFleetVpcConfig
SYNOPSIS
Adds an AWS::AppStream::Fleet.VpcConfig resource property to the template. The VPC configuration information for the fleet.
SYNTAX
Add-VSAppStreamFleetVpcConfig [[-SubnetIds] <Object>] [[-SecurityGroupIds] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::AppStream::Fleet.VpcConfig resource property to the template. The VPC configuration information for the fleet.
PARAMETERS
-SubnetIds
The identifiers of the subnets to which a network interface is attached from the fleet instance. Fleet instances can use one or two subnets.
PrimitiveItemType: String Type: List Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-vpcconfig.html#cfn-appstream-fleet-vpcconfig-subnetids UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SecurityGroupIds
The identifiers of the security groups for the fleet.
PrimitiveItemType: String Type: List Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-fleet-vpcconfig.html#cfn-appstream-fleet-vpcconfig-securitygroupids UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.