Class CfnVPCDHCPOptionsAssociationProps
Properties for defining a CfnVPCDHCPOptionsAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPCDHCPOptionsAssociationProps : ICfnVPCDHCPOptionsAssociationProps
Syntax (vb)
Public Class CfnVPCDHCPOptionsAssociationProps Implements ICfnVPCDHCPOptionsAssociationProps
Remarks
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 |
Properties
| DhcpOptionsId | The ID of the DHCP options set, or |
| VpcId | The ID of the VPC. |
Constructors
CfnVPCDHCPOptionsAssociationProps()
Properties for defining a CfnVPCDHCPOptionsAssociation.
public CfnVPCDHCPOptionsAssociationProps()
Remarks
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
Remarks
VpcId
The ID of the VPC.
public object VpcId { get; set; }