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.quicksight.CfnVPCConnection
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IVPCConnectionRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-12-01T16:02:27.730Z")
@Stability(Stable)
public class CfnVPCConnection
extends CfnResource
implements IInspectable, IVPCConnectionRef, ITaggable
Creates a new 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.quicksight.*;
CfnVPCConnection cfnVPCConnection = CfnVPCConnection.Builder.create(this, "MyCfnVPCConnection")
.availabilityStatus("availabilityStatus")
.awsAccountId("awsAccountId")
.dnsResolvers(List.of("dnsResolvers"))
.name("name")
.roleArn("roleArn")
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vpcConnectionId("vpcConnectionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnVPCConnection.static interfaceThe structure that contains information about a network interface.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.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.quicksight.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) Create a newAWS::QuickSight::VPCConnection.CfnVPCConnection(software.constructs.Construct scope, String id, CfnVPCConnectionProps props) Create a newAWS::QuickSight::VPCConnection. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForVPCConnection(IVPCConnectionRef resource) The Amazon Resource Name (ARN) of the VPC connection.The time that the VPC connection was created.The time that the VPC connection was last updated.A list of network interfaces.The HTTP status of the request.The Amazon EC2 VPC ID associated with the VPC connection.The availability status of the VPC connection.The AWS account ID of the account where you want to create a new VPC connection.A list of IP addresses of DNS resolver endpoints for the VPC connection.getName()The display name for the VPC connection.The ARN of the IAM role associated with the VPC connection.The Amazon EC2 security group IDs associated with the VPC connection.A list of subnet IDs for the VPC connection.getTags()Tag Manager which manages the tags for this resource.A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.The ID of the VPC connection that you're creating.A reference to a VPCConnection resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnVPCConnection.renderProperties(Map<String, Object> props) voidsetAvailabilityStatus(String value) The availability status of the VPC connection.voidsetAwsAccountId(String value) The AWS account ID of the account where you want to create a new VPC connection.voidsetDnsResolvers(List<String> value) A list of IP addresses of DNS resolver endpoints for the VPC connection.voidThe display name for the VPC connection.voidsetRoleArn(String value) The ARN of the IAM role associated with the VPC connection.voidsetSecurityGroupIds(List<String> value) The Amazon EC2 security group IDs associated with the VPC connection.voidsetSubnetIds(List<String> value) A list of subnet IDs for the VPC connection.voidsetTagsRaw(List<CfnTag> value) A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.voidsetVpcConnectionId(String value) The ID of the VPC connection that you're creating.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, @Nullable CfnVPCConnectionProps props) Create a newAWS::QuickSight::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.
-
CfnVPCConnection
@Stability(Stable) public CfnVPCConnection(@NotNull software.constructs.Construct scope, @NotNull String id) Create a newAWS::QuickSight::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.
-
-
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 Amazon Resource Name (ARN) of the VPC connection. -
getAttrCreatedTime
The time that the VPC connection was created. -
getAttrLastUpdatedTime
The time that the VPC connection was last updated. -
getAttrNetworkInterfaces
A list of network interfaces. -
getAttrStatus
The HTTP status of the request. -
getAttrVpcId
The Amazon EC2 VPC ID associated with 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
-
getAvailabilityStatus
The availability status of the VPC connection. -
setAvailabilityStatus
The availability status of the VPC connection. -
getAwsAccountId
The AWS account ID of the account where you want to create a new VPC connection. -
setAwsAccountId
The AWS account ID of the account where you want to create a new VPC connection. -
getDnsResolvers
A list of IP addresses of DNS resolver endpoints for the VPC connection. -
setDnsResolvers
A list of IP addresses of DNS resolver endpoints for the VPC connection. -
getName
The display name for the VPC connection. -
setName
The display name for the VPC connection. -
getRoleArn
The ARN of the IAM role associated with the VPC connection. -
setRoleArn
The ARN of the IAM role associated with the VPC connection. -
getSecurityGroupIds
The Amazon EC2 security group IDs associated with the VPC connection. -
setSecurityGroupIds
The Amazon EC2 security group IDs associated with the VPC connection. -
getSubnetIds
A list of subnet IDs for the VPC connection. -
setSubnetIds
A list of subnet IDs for the VPC connection. -
getTagsRaw
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection. -
setTagsRaw
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection. -
getVpcConnectionId
The ID of the VPC connection that you're creating. -
setVpcConnectionId
The ID of the VPC connection that you're creating.
-