Class CfnConnectPeer
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.CfnConnectPeer
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:46.554Z")
@Stability(Stable)
public class CfnConnectPeer
extends CfnResource
implements IInspectable, ITaggable
Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance.
The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
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.*; CfnConnectPeer cfnConnectPeer = CfnConnectPeer.Builder.create(this, "MyCfnConnectPeer") .connectAttachmentId("connectAttachmentId") .peerAddress("peerAddress") // the properties below are optional .bgpOptions(BgpOptionsProperty.builder() .peerAsn(123) .build()) .coreNetworkAddress("coreNetworkAddress") .insideCidrBlocks(List.of("insideCidrBlocks")) .subnetArn("subnetArn") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Describes the BGP options.static final class
A fluent builder forCfnConnectPeer
.static interface
Describes a core network BGP configuration.static interface
Describes a core network Connect peer configuration.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
CfnConnectPeer
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnConnectPeer
(software.amazon.jsii.JsiiObjectRef objRef) CfnConnectPeer
(software.constructs.Construct scope, String id, CfnConnectPeerProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Connect peer.The core network ID.The timestamp when the Connect peer was created.The Connect peer Regions where edges are located.The state of the Connect peer.Describes the BGP options.The ID of the attachment to connect.The IP address of a core network.The inside IP addresses used for a Connect peer configuration.The IP address of the Connect peer.The subnet ARN of the Connect peer.getTags()
Tag Manager which manages the tags for this resource.The list of key-value tags associated with the Connect peer.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setBgpOptions
(IResolvable value) Describes the BGP options.void
Describes the BGP options.void
setConnectAttachmentId
(String value) The ID of the attachment to connect.void
setCoreNetworkAddress
(String value) The IP address of a core network.void
setInsideCidrBlocks
(List<String> value) The inside IP addresses used for a Connect peer configuration.void
setPeerAddress
(String value) The IP address of the Connect peer.void
setSubnetArn
(String value) The subnet ARN of the Connect peer.void
setTagsRaw
(List<CfnTag> value) The list of key-value tags associated with the Connect peer.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
-
CfnConnectPeer
protected CfnConnectPeer(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConnectPeer
protected CfnConnectPeer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConnectPeer
@Stability(Stable) public CfnConnectPeer(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnConnectPeerProps 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.
-
getAttrConfiguration
-
getAttrConfigurationBgpConfigurations
-
getAttrConfigurationCoreNetworkAddress
-
getAttrConfigurationInsideCidrBlocks
-
getAttrConfigurationPeerAddress
-
getAttrConfigurationProtocol
-
getAttrConnectPeerId
The ID of the Connect peer. -
getAttrCoreNetworkId
The core network ID. -
getAttrCreatedAt
The timestamp when the Connect peer was created. -
getAttrEdgeLocation
The Connect peer Regions where edges are located. -
getAttrState
The state of the Connect peer.This will be:
REJECTED
|PENDING_ATTACHMENT_ACCEPTANCE
|CREATING
|FAILED
|AVAILABLE
|UPDATING
|PENDING_NETWORK_UPDATE
|PENDING_TAG_ACCEPTANCE
|DELETING
. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getConnectAttachmentId
The ID of the attachment to connect. -
setConnectAttachmentId
The ID of the attachment to connect. -
getPeerAddress
The IP address of the Connect peer. -
setPeerAddress
The IP address of the Connect peer. -
getBgpOptions
Describes the BGP options. -
setBgpOptions
Describes the BGP options. -
setBgpOptions
Describes the BGP options. -
getCoreNetworkAddress
The IP address of a core network. -
setCoreNetworkAddress
The IP address of a core network. -
getInsideCidrBlocks
The inside IP addresses used for a Connect peer configuration. -
setInsideCidrBlocks
The inside IP addresses used for a Connect peer configuration. -
getSubnetArn
The subnet ARN of the Connect peer. -
setSubnetArn
The subnet ARN of the Connect peer. -
getTagsRaw
The list of key-value tags associated with the Connect peer. -
setTagsRaw
The list of key-value tags associated with the Connect peer.
-