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
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 |
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.
string DhcpOptionsId { get; }
Property Value
System.String
Remarks
VpcId
The ID of the VPC.
string VpcId { get; }
Property Value
System.String