| Package | Description |
|---|---|
| software.amazon.awscdk.services.networkmanager |
AWS::NetworkManager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.coreNetworkId(String coreNetworkId)
The core network ID.
|
static CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.options(CfnVpcAttachment.VpcOptionsProperty options)
Options for creating the VPC attachment.
|
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.options(IResolvable options)
Options for creating the VPC attachment.
|
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.subnetArns(List<String> subnetArns)
The subnet ARNs.
|
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.tags(List<? extends CfnTag> tags)
The tags associated with the VPC attachment.
|
CfnVpcAttachment.Builder |
CfnVpcAttachment.Builder.vpcArn(String vpcArn)
The ARN of the VPC attachment.
|
Copyright © 2022. All rights reserved.