@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:34.219Z")
public interface CfnVpcAttachmentProps
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.networkmanager.*; CfnVpcAttachmentProps cfnVpcAttachmentProps = CfnVpcAttachmentProps.builder() .coreNetworkId("coreNetworkId") .options(VpcOptionsProperty.builder() .ipv6Support(false) .build()) .subnetArns(List.of("subnetArns")) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .vpcArn("vpcArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVpcAttachmentProps.Builder
A builder for
CfnVpcAttachmentProps |
static class |
CfnVpcAttachmentProps.Jsii$Proxy
An implementation for
CfnVpcAttachmentProps |
Modifier and Type | Method and Description |
---|---|
static CfnVpcAttachmentProps.Builder |
builder() |
default java.lang.String |
getCoreNetworkId()
The core network ID.
|
default java.lang.Object |
getOptions()
Options for creating the VPC attachment.
|
default java.util.List<java.lang.String> |
getSubnetArns()
The subnet ARNs.
|
default java.util.List<CfnTag> |
getTags()
The tags associated with the VPC attachment.
|
default java.lang.String |
getVpcArn()
The ARN of the VPC attachment.
|
default java.lang.String getCoreNetworkId()
default java.lang.Object getOptions()
default java.util.List<java.lang.String> getSubnetArns()
default java.util.List<CfnTag> getTags()
default java.lang.String getVpcArn()
static CfnVpcAttachmentProps.Builder builder()
CfnVpcAttachmentProps.Builder
of CfnVpcAttachmentProps