Class CfnLocalGatewayVirtualInterfaceGroup
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.ec2.CfnLocalGatewayVirtualInterfaceGroup
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,ILocalGatewayVirtualInterfaceGroupRef
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-10-01T17:46:52.030Z")
@Stability(Stable)
public class CfnLocalGatewayVirtualInterfaceGroup
extends CfnResource
implements IInspectable, ILocalGatewayVirtualInterfaceGroupRef, ITaggableV2
Describes a local gateway virtual interface group.
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.ec2.*; CfnLocalGatewayVirtualInterfaceGroup cfnLocalGatewayVirtualInterfaceGroup = CfnLocalGatewayVirtualInterfaceGroup.Builder.create(this, "MyCfnLocalGatewayVirtualInterfaceGroup") .localGatewayId("localGatewayId") // the properties below are optional .localBgpAsn(123) .localBgpAsnExtended(123) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnLocalGatewayVirtualInterfaceGroup
.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.services.ec2.ILocalGatewayVirtualInterfaceGroupRef
ILocalGatewayVirtualInterfaceGroupRef.Jsii$Default, ILocalGatewayVirtualInterfaceGroupRef.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnLocalGatewayVirtualInterfaceGroup
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnLocalGatewayVirtualInterfaceGroup
(software.amazon.jsii.JsiiObjectRef objRef) CfnLocalGatewayVirtualInterfaceGroup
(software.constructs.Construct scope, String id, CfnLocalGatewayVirtualInterfaceGroupProps props) -
Method Summary
Modifier and TypeMethodDescriptionfromLocalGatewayVirtualInterfaceGroupArn
(software.constructs.Construct scope, String id, String arn) Creates a new ILocalGatewayVirtualInterfaceGroupRef from an ARN.fromLocalGatewayVirtualInterfaceGroupId
(software.constructs.Construct scope, String id, String localGatewayVirtualInterfaceGroupId) Creates a new ILocalGatewayVirtualInterfaceGroupRef from a localGatewayVirtualInterfaceGroupId.The current state of the local gateway virtual interface group.The Amazon Resource Number (ARN) of the local gateway virtual interface group.The ID of the virtual interface group.The IDs of the virtual interfaces.The ID of the AWS account that owns the local gateway virtual interface group.Tag Manager which manages the tags for this resource.The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).The extended 32-bit ASN for the local BGP configuration.The ID of the local gateway.A reference to a LocalGatewayVirtualInterfaceGroup resource.getTags()
The tags assigned to the virtual interface group.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setLocalBgpAsn
(Number value) The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).void
setLocalBgpAsnExtended
(Number value) The extended 32-bit ASN for the local BGP configuration.void
setLocalGatewayId
(String value) The ID of the local gateway.void
The tags assigned to the virtual interface group.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.constructs.IConstruct
getNode
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
-
CfnLocalGatewayVirtualInterfaceGroup
protected CfnLocalGatewayVirtualInterfaceGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnLocalGatewayVirtualInterfaceGroup
protected CfnLocalGatewayVirtualInterfaceGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnLocalGatewayVirtualInterfaceGroup
@Stability(Stable) public CfnLocalGatewayVirtualInterfaceGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnLocalGatewayVirtualInterfaceGroupProps 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
-
fromLocalGatewayVirtualInterfaceGroupArn
@Stability(Stable) @NotNull public static ILocalGatewayVirtualInterfaceGroupRef fromLocalGatewayVirtualInterfaceGroupArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn) Creates a new ILocalGatewayVirtualInterfaceGroupRef from an ARN.- Parameters:
scope
- This parameter is required.id
- This parameter is required.arn
- This parameter is required.
-
fromLocalGatewayVirtualInterfaceGroupId
@Stability(Stable) @NotNull public static ILocalGatewayVirtualInterfaceGroupRef fromLocalGatewayVirtualInterfaceGroupId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String localGatewayVirtualInterfaceGroupId) Creates a new ILocalGatewayVirtualInterfaceGroupRef from a localGatewayVirtualInterfaceGroupId.- Parameters:
scope
- This parameter is required.id
- This parameter is required.localGatewayVirtualInterfaceGroupId
- This parameter is required.
-
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.
-
getAttrConfigurationState
The current state of the local gateway virtual interface group. -
getAttrLocalGatewayVirtualInterfaceGroupArn
The Amazon Resource Number (ARN) of the local gateway virtual interface group. -
getAttrLocalGatewayVirtualInterfaceGroupId
The ID of the virtual interface group. -
getAttrLocalGatewayVirtualInterfaceIds
The IDs of the virtual interfaces. -
getAttrOwnerId
The ID of the AWS account that owns the local gateway virtual interface group. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getLocalGatewayVirtualInterfaceGroupRef
@Stability(Stable) @NotNull public LocalGatewayVirtualInterfaceGroupReference getLocalGatewayVirtualInterfaceGroupRef()A reference to a LocalGatewayVirtualInterfaceGroup resource.- Specified by:
getLocalGatewayVirtualInterfaceGroupRef
in interfaceILocalGatewayVirtualInterfaceGroupRef
-
getLocalGatewayId
The ID of the local gateway. -
setLocalGatewayId
The ID of the local gateway. -
getLocalBgpAsn
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP). -
setLocalBgpAsn
The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP). -
getLocalBgpAsnExtended
The extended 32-bit ASN for the local BGP configuration. -
setLocalBgpAsnExtended
The extended 32-bit ASN for the local BGP configuration. -
getTags
The tags assigned to the virtual interface group. -
setTags
The tags assigned to the virtual interface group.
-