Class CfnVpcAttachment
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.networkmanager.CfnVpcAttachment
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-01-25T00:20:58.970Z")
@Stability(Stable)
public class CfnVpcAttachment
extends CfnResource
implements IInspectable, ITaggable
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()) .proposedNetworkFunctionGroupChange(ProposedNetworkFunctionGroupChangeProperty.builder() .attachmentPolicyRuleNumber(123) .networkFunctionGroupName("networkFunctionGroupName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnVpcAttachment
.static interface
Describes proposed changes to a network function group.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.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnVpcAttachment
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnVpcAttachment
(software.amazon.jsii.JsiiObjectRef objRef) CfnVpcAttachment
(software.constructs.Construct scope, String id, CfnVpcAttachmentProps props) -
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 name of the network function group.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.Describes proposed changes to a network function group.Describes a proposed segment change.The subnet ARNs.getTags()
Tag Manager which manages the tags for this resource.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
Describes proposed changes to a network function group.void
setProposedNetworkFunctionGroupChange
(CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty value) Describes proposed changes to a network function group.void
Describes a proposed segment change.void
Describes a proposed segment change.void
setSubnetArns
(List<String> value) The subnet ARNs.void
setTagsRaw
(List<CfnTag> value) The tags associated with the VPC attachment.void
The ARN of the VPC attachment.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
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 software.constructs.Construct scope, @NotNull String id, @NotNull CfnVpcAttachmentProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
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. -
getAttrNetworkFunctionGroupName
The name of the network function group. -
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
Tag Manager which manages the tags for this resource. -
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. -
getProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group. -
setProposedNetworkFunctionGroupChange
Describes proposed changes to a network function group. -
setProposedNetworkFunctionGroupChange
@Stability(Stable) public void setProposedNetworkFunctionGroupChange(@Nullable CfnVpcAttachment.ProposedNetworkFunctionGroupChangeProperty value) Describes proposed changes to a network function group. -
getProposedSegmentChange
Describes a proposed segment change. -
setProposedSegmentChange
Describes a proposed segment change. -
setProposedSegmentChange
@Stability(Stable) public void setProposedSegmentChange(@Nullable CfnVpcAttachment.ProposedSegmentChangeProperty value) Describes a proposed segment change. -
getTagsRaw
The tags associated with the VPC attachment. -
setTagsRaw
The tags associated with the VPC attachment.
-