Show / Hide Table of Contents

Class CfnEC2Fleet.Ipv6AddressRequestProperty

Inheritance
object
CfnEC2Fleet.Ipv6AddressRequestProperty
Implements
CfnEC2Fleet.IIpv6AddressRequestProperty
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.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEC2Fleet.Ipv6AddressRequestProperty : CfnEC2Fleet.IIpv6AddressRequestProperty
Syntax (vb)
Public Class CfnEC2Fleet.Ipv6AddressRequestProperty Implements CfnEC2Fleet.IIpv6AddressRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ipv6addressrequest.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.EC2;

             var ipv6AddressRequestProperty = new Ipv6AddressRequestProperty {
                 Ipv6Address = "ipv6Address"
             };

Synopsis

Constructors

Ipv6AddressRequestProperty()

Properties

Ipv6Address

Constructors

Ipv6AddressRequestProperty()

public Ipv6AddressRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ipv6addressrequest.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.EC2;

             var ipv6AddressRequestProperty = new Ipv6AddressRequestProperty {
                 Ipv6Address = "ipv6Address"
             };

Properties

Ipv6Address

public string? Ipv6Address { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-ipv6addressrequest.html#cfn-ec2-ec2fleet-ipv6addressrequest-ipv6address

Implements

CfnEC2Fleet.IIpv6AddressRequestProperty
Back to top Generated by DocFX