Show / Hide Table of Contents

Class CfnVPCDHCPOptionsAssociationProps

Properties for defining a CfnVPCDHCPOptionsAssociation.

Inheritance
System.Object
CfnVPCDHCPOptionsAssociationProps
Implements
ICfnVPCDHCPOptionsAssociationProps
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnVPCDHCPOptionsAssociationProps : Object, ICfnVPCDHCPOptionsAssociationProps
Syntax (vb)
Public Class CfnVPCDHCPOptionsAssociationProps
    Inherits Object
    Implements ICfnVPCDHCPOptionsAssociationProps
Remarks

Link: 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

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()

public CfnVPCDHCPOptionsAssociationProps()

Properties

DhcpOptionsId

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

public string DhcpOptionsId { get; set; }
Property Value

System.String

Remarks

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

VpcId

The ID of the VPC.

public string VpcId { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnVPCDHCPOptionsAssociationProps
Back to top Generated by DocFX