Class CfnVpcConnection
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.msk.CfnVpcConnection
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IVpcConnectionRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:40.641Z")
@Stability(Stable)
public class CfnVpcConnection
extends CfnResource
implements IInspectable, IVpcConnectionRef, ITaggable
Create remote VPC connection.
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.msk.*;
CfnVpcConnection cfnVpcConnection = CfnVpcConnection.Builder.create(this, "MyCfnVpcConnection")
.authentication("authentication")
.clientSubnets(List.of("clientSubnets"))
.securityGroups(List.of("securityGroups"))
.targetClusterArn("targetClusterArn")
.vpcId("vpcId")
// the properties below are optional
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested 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.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.msk.IVpcConnectionRef
IVpcConnectionRef.Jsii$Default, IVpcConnectionRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnVpcConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnVpcConnection(software.amazon.jsii.JsiiObjectRef objRef) CfnVpcConnection(software.constructs.Construct scope, String id, CfnVpcConnectionProps props) Create a newAWS::MSK::VpcConnection. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForVpcConnection(IVpcConnectionRef resource) The ARN of the VPC connection.The type of private link authentication.The list of subnets in the client VPC to connect to.The security groups to attach to the ENIs for the broker nodes.getTags()Tag Manager which manages the tags for this resource.An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.The Amazon Resource Name (ARN) of the cluster.A reference to a VpcConnection resource.getVpcId()The VPC ID of the remote client.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnVpcConnection.renderProperties(Map<String, Object> props) voidsetAuthentication(String value) The type of private link authentication.voidsetClientSubnets(List<String> value) The list of subnets in the client VPC to connect to.voidsetSecurityGroups(List<String> value) The security groups to attach to the ENIs for the broker nodes.voidsetTagsRaw(Map<String, String> value) An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.voidsetTargetClusterArn(String value) The Amazon Resource Name (ARN) of the cluster.voidThe VPC ID of the remote client.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
-
CfnVpcConnection
protected CfnVpcConnection(software.amazon.jsii.JsiiObjectRef objRef) -
CfnVpcConnection
protected CfnVpcConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnVpcConnection
@Stability(Stable) public CfnVpcConnection(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnVpcConnectionProps props) Create a newAWS::MSK::VpcConnection.- 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
-
arnForVpcConnection
@Stability(Stable) @NotNull public static String arnForVpcConnection(@NotNull IVpcConnectionRef resource) - Parameters:
resource- This parameter is required.
-
isCfnVpcConnection
Checks whether the given object is a CfnVpcConnection.- Parameters:
x- 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.
-
getAttrArn
The ARN of the VPC connection. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getVpcConnectionRef
A reference to a VpcConnection resource.- Specified by:
getVpcConnectionRefin interfaceIVpcConnectionRef
-
getAuthentication
The type of private link authentication. -
setAuthentication
The type of private link authentication. -
getClientSubnets
The list of subnets in the client VPC to connect to. -
setClientSubnets
The list of subnets in the client VPC to connect to. -
getSecurityGroups
The security groups to attach to the ENIs for the broker nodes. -
setSecurityGroups
The security groups to attach to the ENIs for the broker nodes. -
getTargetClusterArn
The Amazon Resource Name (ARN) of the cluster. -
setTargetClusterArn
The Amazon Resource Name (ARN) of the cluster. -
getVpcId
The VPC ID of the remote client. -
setVpcId
The VPC ID of the remote client. -
getTagsRaw
An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection. -
setTagsRaw
An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
-