Show / Hide Table of Contents

Interface ICfnVPCDHCPOptionsAssociationProps

Properties for defining a CfnVPCDHCPOptionsAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnVPCDHCPOptionsAssociationProps
Syntax (vb)
Public Interface 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

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.

Properties

DhcpOptionsId

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

object DhcpOptionsId { get; }
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.

object VpcId { get; }
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

Back to top Generated by DocFX