1. Packages
  2. AWS Native
  3. API Docs
  4. quicksight
  5. VpcConnection

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.quicksight.VpcConnection

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of the AWS::QuickSight::VPCConnection Resource Type.

    Create VpcConnection Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcConnection(name: string, args?: VpcConnectionArgs, opts?: CustomResourceOptions);
    @overload
    def VpcConnection(resource_name: str,
                      args: Optional[VpcConnectionArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcConnection(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      availability_status: Optional[VpcConnectionVpcConnectionAvailabilityStatus] = None,
                      aws_account_id: Optional[str] = None,
                      dns_resolvers: Optional[Sequence[str]] = None,
                      name: Optional[str] = None,
                      role_arn: Optional[str] = None,
                      security_group_ids: Optional[Sequence[str]] = None,
                      subnet_ids: Optional[Sequence[str]] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                      vpc_connection_id: Optional[str] = None)
    func NewVpcConnection(ctx *Context, name string, args *VpcConnectionArgs, opts ...ResourceOption) (*VpcConnection, error)
    public VpcConnection(string name, VpcConnectionArgs? args = null, CustomResourceOptions? opts = null)
    public VpcConnection(String name, VpcConnectionArgs args)
    public VpcConnection(String name, VpcConnectionArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:VpcConnection
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcConnectionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcConnectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcConnectionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const aws_nativeVpcConnectionResource = new aws_native.quicksight.VpcConnection("aws-nativeVpcConnectionResource", {
        availabilityStatus: aws_native.quicksight.VpcConnectionVpcConnectionAvailabilityStatus.Available,
        awsAccountId: "string",
        dnsResolvers: ["string"],
        name: "string",
        roleArn: "string",
        securityGroupIds: ["string"],
        subnetIds: ["string"],
        tags: [{
            key: "string",
            value: "string",
        }],
        vpcConnectionId: "string",
    });
    
    Coming soon!
    

    VpcConnection Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VpcConnection resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcConnection resource produces the following output properties:

    Arn string
    CreatedTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    NetworkInterfaces []VpcConnectionNetworkInterface
    Status VpcConnectionVpcConnectionResourceStatus
    VpcId string
    arn String
    createdTime String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    networkInterfaces List<VpcConnectionNetworkInterface>
    status VpcConnectionVpcConnectionResourceStatus
    vpcId String
    arn string
    createdTime string
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    networkInterfaces VpcConnectionNetworkInterface[]
    status VpcConnectionVpcConnectionResourceStatus
    vpcId string

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    VpcConnectionNetworkInterface, VpcConnectionNetworkInterfaceArgs

    VpcConnectionNetworkInterfaceStatus, VpcConnectionNetworkInterfaceStatusArgs

    Creating
    CREATING
    Available
    AVAILABLE
    CreationFailed
    CREATION_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    Deleted
    DELETED
    DeletionFailed
    DELETION_FAILED
    DeletionScheduled
    DELETION_SCHEDULED
    AttachmentFailedRollbackFailed
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    VpcConnectionNetworkInterfaceStatusCreating
    CREATING
    VpcConnectionNetworkInterfaceStatusAvailable
    AVAILABLE
    VpcConnectionNetworkInterfaceStatusCreationFailed
    CREATION_FAILED
    VpcConnectionNetworkInterfaceStatusUpdating
    UPDATING
    VpcConnectionNetworkInterfaceStatusUpdateFailed
    UPDATE_FAILED
    VpcConnectionNetworkInterfaceStatusDeleting
    DELETING
    VpcConnectionNetworkInterfaceStatusDeleted
    DELETED
    VpcConnectionNetworkInterfaceStatusDeletionFailed
    DELETION_FAILED
    VpcConnectionNetworkInterfaceStatusDeletionScheduled
    DELETION_SCHEDULED
    VpcConnectionNetworkInterfaceStatusAttachmentFailedRollbackFailed
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    Creating
    CREATING
    Available
    AVAILABLE
    CreationFailed
    CREATION_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    Deleted
    DELETED
    DeletionFailed
    DELETION_FAILED
    DeletionScheduled
    DELETION_SCHEDULED
    AttachmentFailedRollbackFailed
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    Creating
    CREATING
    Available
    AVAILABLE
    CreationFailed
    CREATION_FAILED
    Updating
    UPDATING
    UpdateFailed
    UPDATE_FAILED
    Deleting
    DELETING
    Deleted
    DELETED
    DeletionFailed
    DELETION_FAILED
    DeletionScheduled
    DELETION_SCHEDULED
    AttachmentFailedRollbackFailed
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    CREATING
    CREATING
    AVAILABLE
    AVAILABLE
    CREATION_FAILED
    CREATION_FAILED
    UPDATING
    UPDATING
    UPDATE_FAILED
    UPDATE_FAILED
    DELETING
    DELETING
    DELETED
    DELETED
    DELETION_FAILED
    DELETION_FAILED
    DELETION_SCHEDULED
    DELETION_SCHEDULED
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    ATTACHMENT_FAILED_ROLLBACK_FAILED
    "CREATING"
    CREATING
    "AVAILABLE"
    AVAILABLE
    "CREATION_FAILED"
    CREATION_FAILED
    "UPDATING"
    UPDATING
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETING"
    DELETING
    "DELETED"
    DELETED
    "DELETION_FAILED"
    DELETION_FAILED
    "DELETION_SCHEDULED"
    DELETION_SCHEDULED
    "ATTACHMENT_FAILED_ROLLBACK_FAILED"
    ATTACHMENT_FAILED_ROLLBACK_FAILED

    VpcConnectionVpcConnectionAvailabilityStatus, VpcConnectionVpcConnectionAvailabilityStatusArgs

    Available
    AVAILABLE
    Unavailable
    UNAVAILABLE
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    VpcConnectionVpcConnectionAvailabilityStatusAvailable
    AVAILABLE
    VpcConnectionVpcConnectionAvailabilityStatusUnavailable
    UNAVAILABLE
    VpcConnectionVpcConnectionAvailabilityStatusPartiallyAvailable
    PARTIALLY_AVAILABLE
    Available
    AVAILABLE
    Unavailable
    UNAVAILABLE
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    Available
    AVAILABLE
    Unavailable
    UNAVAILABLE
    PartiallyAvailable
    PARTIALLY_AVAILABLE
    AVAILABLE
    AVAILABLE
    UNAVAILABLE
    UNAVAILABLE
    PARTIALLY_AVAILABLE
    PARTIALLY_AVAILABLE
    "AVAILABLE"
    AVAILABLE
    "UNAVAILABLE"
    UNAVAILABLE
    "PARTIALLY_AVAILABLE"
    PARTIALLY_AVAILABLE

    VpcConnectionVpcConnectionResourceStatus, VpcConnectionVpcConnectionResourceStatusArgs

    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    DeletionInProgress
    DELETION_IN_PROGRESS
    DeletionFailed
    DELETION_FAILED
    Deleted
    DELETED
    VpcConnectionVpcConnectionResourceStatusCreationInProgress
    CREATION_IN_PROGRESS
    VpcConnectionVpcConnectionResourceStatusCreationSuccessful
    CREATION_SUCCESSFUL
    VpcConnectionVpcConnectionResourceStatusCreationFailed
    CREATION_FAILED
    VpcConnectionVpcConnectionResourceStatusUpdateInProgress
    UPDATE_IN_PROGRESS
    VpcConnectionVpcConnectionResourceStatusUpdateSuccessful
    UPDATE_SUCCESSFUL
    VpcConnectionVpcConnectionResourceStatusUpdateFailed
    UPDATE_FAILED
    VpcConnectionVpcConnectionResourceStatusDeletionInProgress
    DELETION_IN_PROGRESS
    VpcConnectionVpcConnectionResourceStatusDeletionFailed
    DELETION_FAILED
    VpcConnectionVpcConnectionResourceStatusDeleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    DeletionInProgress
    DELETION_IN_PROGRESS
    DeletionFailed
    DELETION_FAILED
    Deleted
    DELETED
    CreationInProgress
    CREATION_IN_PROGRESS
    CreationSuccessful
    CREATION_SUCCESSFUL
    CreationFailed
    CREATION_FAILED
    UpdateInProgress
    UPDATE_IN_PROGRESS
    UpdateSuccessful
    UPDATE_SUCCESSFUL
    UpdateFailed
    UPDATE_FAILED
    DeletionInProgress
    DELETION_IN_PROGRESS
    DeletionFailed
    DELETION_FAILED
    Deleted
    DELETED
    CREATION_IN_PROGRESS
    CREATION_IN_PROGRESS
    CREATION_SUCCESSFUL
    CREATION_SUCCESSFUL
    CREATION_FAILED
    CREATION_FAILED
    UPDATE_IN_PROGRESS
    UPDATE_IN_PROGRESS
    UPDATE_SUCCESSFUL
    UPDATE_SUCCESSFUL
    UPDATE_FAILED
    UPDATE_FAILED
    DELETION_IN_PROGRESS
    DELETION_IN_PROGRESS
    DELETION_FAILED
    DELETION_FAILED
    DELETED
    DELETED
    "CREATION_IN_PROGRESS"
    CREATION_IN_PROGRESS
    "CREATION_SUCCESSFUL"
    CREATION_SUCCESSFUL
    "CREATION_FAILED"
    CREATION_FAILED
    "UPDATE_IN_PROGRESS"
    UPDATE_IN_PROGRESS
    "UPDATE_SUCCESSFUL"
    UPDATE_SUCCESSFUL
    "UPDATE_FAILED"
    UPDATE_FAILED
    "DELETION_IN_PROGRESS"
    DELETION_IN_PROGRESS
    "DELETION_FAILED"
    DELETION_FAILED
    "DELETED"
    DELETED

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi