Class CfnStreamGroup.VpcTransitConfigurationProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLiftStreams
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStreamGroup.VpcTransitConfigurationProperty : CfnStreamGroup.IVpcTransitConfigurationProperty
Syntax (vb)
Public Class CfnStreamGroup.VpcTransitConfigurationProperty Implements CfnStreamGroup.IVpcTransitConfigurationProperty
Remarks
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.AWS.GameLiftStreams;
var vpcTransitConfigurationProperty = new VpcTransitConfigurationProperty {
Ipv4CidrBlocks = new [] { "ipv4CidrBlocks" },
VpcId = "vpcId"
};
Synopsis
Constructors
| VpcTransitConfigurationProperty() |
Properties
| Ipv4CidrBlocks | |
| VpcId |
Constructors
VpcTransitConfigurationProperty()
public VpcTransitConfigurationProperty()
Remarks
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.AWS.GameLiftStreams;
var vpcTransitConfigurationProperty = new VpcTransitConfigurationProperty {
Ipv4CidrBlocks = new [] { "ipv4CidrBlocks" },
VpcId = "vpcId"
};
Properties
Ipv4CidrBlocks
VpcId
public string VpcId { get; set; }