Interface CfnVPCDHCPOptionsAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCDHCPOptionsAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.739Z")
@Stability(Stable)
public interface CfnVPCDHCPOptionsAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnVPCDHCPOptionsAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnVPCDHCPOptionsAssociationMixinProps cfnVPCDHCPOptionsAssociationMixinProps = CfnVPCDHCPOptionsAssociationMixinProps.builder()
.dhcpOptionsId("dhcpOptionsId")
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVPCDHCPOptionsAssociationMixinPropsstatic final classAn implementation forCfnVPCDHCPOptionsAssociationMixinProps -
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
-