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,ILocalGatewayVirtualInterfaceGroupRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:18.901Z")
@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 classA fluent builder forCfnLocalGatewayVirtualInterfaceGroup.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ec2.ILocalGatewayVirtualInterfaceGroupRef
ILocalGatewayVirtualInterfaceGroupRef.Jsii$Default, ILocalGatewayVirtualInterfaceGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnLocalGatewayVirtualInterfaceGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnLocalGatewayVirtualInterfaceGroup(software.amazon.jsii.JsiiObjectRef objRef) CfnLocalGatewayVirtualInterfaceGroup(software.constructs.Construct scope, String id, CfnLocalGatewayVirtualInterfaceGroupProps props) Create a newAWS::EC2::LocalGatewayVirtualInterfaceGroup. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringfromLocalGatewayVirtualInterfaceGroupArn(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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetLocalBgpAsn(Number value) The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).voidsetLocalBgpAsnExtended(Number value) The extended 32-bit ASN for the local BGP configuration.voidsetLocalGatewayId(String value) The ID of the local gateway.voidThe 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, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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) Create a newAWS::EC2::LocalGatewayVirtualInterfaceGroup.- 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
-
arnForLocalGatewayVirtualInterfaceGroup
@Stability(Stable) @NotNull public static String arnForLocalGatewayVirtualInterfaceGroup(@NotNull ILocalGatewayVirtualInterfaceGroupRef resource) - Parameters:
resource- This parameter is required.
-
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:
inspectin 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:
renderPropertiesin 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:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getLocalGatewayVirtualInterfaceGroupRef
@Stability(Stable) @NotNull public LocalGatewayVirtualInterfaceGroupReference getLocalGatewayVirtualInterfaceGroupRef()A reference to a LocalGatewayVirtualInterfaceGroup resource.- Specified by:
getLocalGatewayVirtualInterfaceGroupRefin 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.
-