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 class
A fluent builder forCfnVPCConnection
.static interface
The structure that contains information about a network interface.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The 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
.protected
CfnVPCConnection
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnVPCConnection
(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.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setAvailabilityStatus
(String value) The availability status of the VPC connection.void
setAwsAccountId
(String value) The AWS account ID of the account where you want to create a new VPC connection.void
setDnsResolvers
(List<String> value) A list of IP addresses of DNS resolver endpoints for the VPC connection.void
The display name for the VPC connection.void
setRoleArn
(String value) The ARN of the IAM role associated with the VPC connection.void
setSecurityGroupIds
(List<String> value) The Amazon EC2 security group IDs associated with the VPC connection.void
setSubnetIds
(List<String> value) A list of subnet IDs for the VPC connection.void
setVpcConnectionId
(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, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
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.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:
inspect
in 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:
renderProperties
in 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:
getCfnProperties
in 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.
-