Interface CfnVPCDHCPOptionsAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:18.059Z")
@Stability(Stable)
public interface CfnVPCDHCPOptionsAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnVPCDHCPOptionsAssociation
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; CfnVPCDHCPOptionsAssociationProps cfnVPCDHCPOptionsAssociationProps = CfnVPCDHCPOptionsAssociationProps.builder() .dhcpOptionsId("dhcpOptionsId") .vpcId("vpcId") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVPCDHCPOptionsAssociationProps
static final class
An implementation forCfnVPCDHCPOptionsAssociationProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDhcpOptionsId
The ID of the DHCP options set, ordefault
to associate no DHCP options with the VPC.- See Also:
-
getVpcId
The ID of the VPC.- See Also:
-
builder
-