@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.372Z") @Stability(value=Stable) public interface CfnVPCDHCPOptionsAssociationProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCDHCPOptionsAssociationProps.Builder
A builder for
CfnVPCDHCPOptionsAssociationProps |
static class |
CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
An implementation for
CfnVPCDHCPOptionsAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCDHCPOptionsAssociationProps.Builder |
builder() |
String |
getDhcpOptionsId()
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
|
String |
getVpcId()
The ID of the VPC.
|
@Stability(value=Stable) @NotNull String getDhcpOptionsId()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) static CfnVPCDHCPOptionsAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.