1. Packages
  2. Cloudamqp Provider
  3. API Docs
  4. getVpcInfo
CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi

cloudamqp.getVpcInfo

Explore with Pulumi AI

cloudamqp logo
CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi

    Using getVpcInfo

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVpcInfo(args: GetVpcInfoArgs, opts?: InvokeOptions): Promise<GetVpcInfoResult>
    function getVpcInfoOutput(args: GetVpcInfoOutputArgs, opts?: InvokeOptions): Output<GetVpcInfoResult>
    def get_vpc_info(instance_id: Optional[int] = None,
                     vpc_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetVpcInfoResult
    def get_vpc_info_output(instance_id: Optional[pulumi.Input[int]] = None,
                     vpc_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetVpcInfoResult]
    func GetVpcInfo(ctx *Context, args *GetVpcInfoArgs, opts ...InvokeOption) (*GetVpcInfoResult, error)
    func GetVpcInfoOutput(ctx *Context, args *GetVpcInfoOutputArgs, opts ...InvokeOption) GetVpcInfoResultOutput

    > Note: This function is named GetVpcInfo in the Go SDK.

    public static class GetVpcInfo 
    {
        public static Task<GetVpcInfoResult> InvokeAsync(GetVpcInfoArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcInfoResult> Invoke(GetVpcInfoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcInfoResult> getVpcInfo(GetVpcInfoArgs args, InvokeOptions options)
    public static Output<GetVpcInfoResult> getVpcInfo(GetVpcInfoArgs args, InvokeOptions options)
    
    fn::invoke:
      function: cloudamqp:index/getVpcInfo:getVpcInfo
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId int

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    VpcId string

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    InstanceId int

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    VpcId string

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    instanceId Integer

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    vpcId String

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    instanceId number

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    vpcId string

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    instance_id int

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    vpc_id str

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    instanceId Number

    The CloudAMQP instance identifier.

    Deprecated: from [v1.16.0], will be removed in next major version (v2.0)

    vpcId String

    The managed VPC identifier.

    Note: Available from [v1.16.0], will be removed in next major version (v2.0)

    getVpcInfo Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the CloudAMQP instance.
    OwnerId string
    AWS account identifier.
    SecurityGroupId string
    AWS security group identifier.
    VpcSubnet string
    Dedicated VPC subnet.
    InstanceId int
    VpcId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the CloudAMQP instance.
    OwnerId string
    AWS account identifier.
    SecurityGroupId string
    AWS security group identifier.
    VpcSubnet string
    Dedicated VPC subnet.
    InstanceId int
    VpcId string
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the CloudAMQP instance.
    ownerId String
    AWS account identifier.
    securityGroupId String
    AWS security group identifier.
    vpcSubnet String
    Dedicated VPC subnet.
    instanceId Integer
    vpcId String
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the CloudAMQP instance.
    ownerId string
    AWS account identifier.
    securityGroupId string
    AWS security group identifier.
    vpcSubnet string
    Dedicated VPC subnet.
    instanceId number
    vpcId string
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the CloudAMQP instance.
    owner_id str
    AWS account identifier.
    security_group_id str
    AWS security group identifier.
    vpc_subnet str
    Dedicated VPC subnet.
    instance_id int
    vpc_id str
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the CloudAMQP instance.
    ownerId String
    AWS account identifier.
    securityGroupId String
    AWS security group identifier.
    vpcSubnet String
    Dedicated VPC subnet.
    instanceId Number
    vpcId String

    Package Details

    Repository
    CloudAMQP pulumi/pulumi-cloudamqp
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudamqp Terraform Provider.
    cloudamqp logo
    CloudAMQP v3.21.0 published on Tuesday, Apr 8, 2025 by Pulumi