Show / Hide Table of Contents

Class CfnVPCDHCPOptionsAssociationProps

Properties for defining a CfnVPCDHCPOptionsAssociation.

Inheritance
object
CfnVPCDHCPOptionsAssociationProps
Implements
ICfnVPCDHCPOptionsAssociationProps
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 CfnVPCDHCPOptionsAssociationProps : ICfnVPCDHCPOptionsAssociationProps
Syntax (vb)
Public Class CfnVPCDHCPOptionsAssociationProps Implements ICfnVPCDHCPOptionsAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcdhcpoptionsassociation.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 cfnVPCDHCPOptionsAssociationProps = new CfnVPCDHCPOptionsAssociationProps {
                 DhcpOptionsId = "dhcpOptionsId",
                 VpcId = "vpcId"
             };

Synopsis

Constructors

CfnVPCDHCPOptionsAssociationProps()

Properties for defining a CfnVPCDHCPOptionsAssociation.

Properties

DhcpOptionsId

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

VpcId

The ID of the VPC.

Constructors

CfnVPCDHCPOptionsAssociationProps()

Properties for defining a CfnVPCDHCPOptionsAssociation.

public CfnVPCDHCPOptionsAssociationProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcdhcpoptionsassociation.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 cfnVPCDHCPOptionsAssociationProps = new CfnVPCDHCPOptionsAssociationProps {
                 DhcpOptionsId = "dhcpOptionsId",
                 VpcId = "vpcId"
             };

Properties

DhcpOptionsId

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

public object DhcpOptionsId { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcdhcpoptionsassociation.html#cfn-ec2-vpcdhcpoptionsassociation-dhcpoptionsid

Type union: either string or IDHCPOptionsRef

VpcId

The ID of the VPC.

public object VpcId { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcdhcpoptionsassociation.html#cfn-ec2-vpcdhcpoptionsassociation-vpcid

Type union: either string or IVPCRef

Implements

ICfnVPCDHCPOptionsAssociationProps
Back to top Generated by DocFX