Interface CfnLaunchTemplate.IIpv4PrefixSpecificationProperty
Specifies an IPv4 prefix for a network interface.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IIpv4PrefixSpecificationProperty
Syntax (vb)
Public Interface IIpv4PrefixSpecificationProperty
Remarks
Ipv4PrefixSpecification
is a property of AWS::EC2::LaunchTemplate NetworkInterface .
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 ipv4PrefixSpecificationProperty = new Ipv4PrefixSpecificationProperty {
Ipv4Prefix = "ipv4Prefix"
};
Synopsis
Properties
Ipv4Prefix | The IPv4 prefix. |
Properties
Ipv4Prefix
The IPv4 prefix.
virtual string Ipv4Prefix { get; }
Property Value
System.
Remarks
For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide .