Class CfnVPCConnection
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.quicksight.CfnVPCConnection
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:34.880Z")
@Stability(Stable)
public class CfnVPCConnection
extends CfnResource
implements IInspectable
A CloudFormation
AWS::QuickSight::VPCConnection.
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();
-
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.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnVPCConnection(Construct scope, String id) Create a newAWS::QuickSight::VPCConnection.CfnVPCConnection(Construct scope, String id, CfnVPCConnectionProps props) Create a newAWS::QuickSight::VPCConnection.protectedCfnVPCConnection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnVPCConnection(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe 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 ID of the VPC connection that you're creating.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()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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.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.voidsetVpcConnectionId(String value) The ID of the VPC connection that you're creating.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods 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.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 Construct scope, @NotNull String id, @Nullable CfnVPCConnectionProps props) Create a newAWS::QuickSight::VPCConnection.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
CfnVPCConnection
Create a newAWS::QuickSight::VPCConnection.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
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 ID of the VPC connection that you're creating.This ID is a unique identifier for each AWS Region in an AWS account.
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection. -
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. -
getVpcConnectionId
The ID of the VPC connection that you're creating.This ID is a unique identifier for each AWS Region in an AWS account.
-
setVpcConnectionId
The ID of the VPC connection that you're creating.This ID is a unique identifier for each AWS Region in an AWS account.
-