Show / Hide Table of Contents

Class CfnStreamGroup.VpcTransitConfigurationProperty

Inheritance
object
CfnStreamGroup.VpcTransitConfigurationProperty
Implements
CfnStreamGroup.IVpcTransitConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.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.AWS.GameLiftStreams;

             var vpcTransitConfigurationProperty = new VpcTransitConfigurationProperty {
                 Ipv4CidrBlocks = new [] { "ipv4CidrBlocks" },
                 VpcId = "vpcId"
             };

Synopsis

Constructors

VpcTransitConfigurationProperty()

Properties

Ipv4CidrBlocks
VpcId

Constructors

VpcTransitConfigurationProperty()

public VpcTransitConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.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.AWS.GameLiftStreams;

             var vpcTransitConfigurationProperty = new VpcTransitConfigurationProperty {
                 Ipv4CidrBlocks = new [] { "ipv4CidrBlocks" },
                 VpcId = "vpcId"
             };

Properties

Ipv4CidrBlocks

public string[] Ipv4CidrBlocks { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.html#cfn-gameliftstreams-streamgroup-vpctransitconfiguration-ipv4cidrblocks

VpcId

public string VpcId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-vpctransitconfiguration.html#cfn-gameliftstreams-streamgroup-vpctransitconfiguration-vpcid

Implements

CfnStreamGroup.IVpcTransitConfigurationProperty
Back to top Generated by DocFX