Interface CfnVPCDHCPOptionsAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:19.265Z")
@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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPCDHCPOptionsAssociationPropsstatic final classAn implementation forCfnVPCDHCPOptionsAssociationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDhcpOptionsId
The ID of the DHCP options set, ordefaultto associate no DHCP options with the VPC.Returns union: either
StringorIDHCPOptionsRef- See Also:
-
getVpcId
- See Also:
-
builder
-