Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnVPCConnectionPropsMixin.Builder
Packages that use CfnVPCConnectionPropsMixin.Builder
-
Uses of CfnVPCConnectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.quicksight
Methods in software.amazon.awscdk.cfnpropertymixins.services.quicksight that return CfnVPCConnectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVPCConnectionPropsMixin.Builder.availabilityStatus(String availabilityStatus) The availability status of the VPC connection.CfnVPCConnectionPropsMixin.Builder.awsAccountId(String awsAccountId) The AWS account ID of the account where you want to create a new VPC connection.CfnVPCConnectionPropsMixin.Builder.create()CfnVPCConnectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPCConnectionPropsMixin.Builder.dnsResolvers(List<String> dnsResolvers) A list of IP addresses of DNS resolver endpoints for the VPC connection.The display name for the VPC connection.The ARN of the IAM role associated with the VPC connection.CfnVPCConnectionPropsMixin.Builder.securityGroupIds(List<String> securityGroupIds) The Amazon EC2 security group IDs associated with the VPC connection.A list of subnet IDs for the VPC connection.A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.CfnVPCConnectionPropsMixin.Builder.vpcConnectionId(String vpcConnectionId) The ID of the VPC connection that you're creating.