Class CfnVpcAttachment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.networkmanager.CfnVpcAttachment
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.487Z")
@Stability(Stable)
public class CfnVpcAttachment
extends CfnResource
implements IInspectable
A CloudFormation
AWS::NetworkManager::VpcAttachment
.
Creates a VPC attachment on an edge location of a core network.
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.*; CfnVpcAttachment cfnVpcAttachment = CfnVpcAttachment.Builder.create(this, "MyCfnVpcAttachment") .coreNetworkId("coreNetworkId") .subnetArns(List.of("subnetArns")) .vpcArn("vpcArn") // the properties below are optional .options(VpcOptionsProperty.builder() .applianceModeSupport(false) .ipv6Support(false) .build()) .proposedSegmentChange(ProposedSegmentChangeProperty.builder() .attachmentPolicyRuleNumber(123) .segmentName("segmentName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnVpcAttachment
.static interface
Describes a proposed segment change.static interface
Describes the VPC options.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnVpcAttachment
(Construct scope, String id, CfnVpcAttachmentProps props) Create a newAWS::NetworkManager::VpcAttachment
.protected
CfnVpcAttachment
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnVpcAttachment
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the VPC attachment.The policy rule number associated with the attachment.The type of attachment.The ARN of the core network.The timestamp when the VPC attachment was created.The Region where the core network edge is located.The ID of the VPC attachment owner.The resource ARN for the VPC attachment.The name of the attachment's segment.The state of the attachment.The timestamp when the VPC attachment was last updated.The core network ID.Options for creating the VPC attachment.AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
.The subnet ARNs.getTags()
The tags associated with the VPC attachment.The ARN of the VPC attachment.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setCoreNetworkId
(String value) The core network ID.void
setOptions
(IResolvable value) Options for creating the VPC attachment.void
Options for creating the VPC attachment.void
AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
.void
AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
.void
setSubnetArns
(List<String> value) The subnet ARNs.void
The ARN of the VPC attachment.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnVpcAttachment
protected CfnVpcAttachment(software.amazon.jsii.JsiiObjectRef objRef) -
CfnVpcAttachment
protected CfnVpcAttachment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnVpcAttachment
@Stability(Stable) public CfnVpcAttachment(@NotNull Construct scope, @NotNull String id, @NotNull CfnVpcAttachmentProps props) Create a newAWS::NetworkManager::VpcAttachment
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrAttachmentId
The ID of the VPC attachment. -
getAttrAttachmentPolicyRuleNumber
The policy rule number associated with the attachment. -
getAttrAttachmentType
The type of attachment.This will be
VPC
. -
getAttrCoreNetworkArn
The ARN of the core network. -
getAttrCreatedAt
The timestamp when the VPC attachment was created. -
getAttrEdgeLocation
The Region where the core network edge is located. -
getAttrOwnerAccountId
The ID of the VPC attachment owner. -
getAttrResourceArn
The resource ARN for the VPC attachment. -
getAttrSegmentName
The name of the attachment's segment. -
getAttrState
The state of the attachment.This can be:
REJECTED
|PENDING_ATTACHMENT_ACCEPTANCE
|CREATING
|FAILED
|AVAILABLE
|UPDATING
|PENDING_NETWORK_UPDATE
|PENDING_TAG_ACCEPTANCE
|DELETING
. -
getAttrUpdatedAt
The timestamp when the VPC attachment was last updated. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
The tags associated with the VPC attachment. -
getCoreNetworkId
The core network ID. -
setCoreNetworkId
The core network ID. -
getSubnetArns
The subnet ARNs. -
setSubnetArns
The subnet ARNs. -
getVpcArn
The ARN of the VPC attachment. -
setVpcArn
The ARN of the VPC attachment. -
getOptions
Options for creating the VPC attachment. -
setOptions
Options for creating the VPC attachment. -
setOptions
Options for creating the VPC attachment. -
getProposedSegmentChange
AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
. -
setProposedSegmentChange
AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
. -
setProposedSegmentChange
@Stability(Stable) public void setProposedSegmentChange(@Nullable CfnVpcAttachment.ProposedSegmentChangeProperty value) AWS::NetworkManager::VpcAttachment.ProposedSegmentChange
.
-