cloudamqp.getVpcInfo
Explore with Pulumi AI
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:
- Instance
Id int The CloudAMQP instance identifier.
Deprecated: from [v1.16.0], will be removed in next major version (v2.0)
- Vpc
Id 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 string The managed VPC identifier.
Note: Available from [v1.16.0], will be removed in next major version (v2.0)
- instance
Id Integer The CloudAMQP instance identifier.
Deprecated: from [v1.16.0], will be removed in next major version (v2.0)
- vpc
Id String The managed VPC identifier.
Note: Available from [v1.16.0], will be removed in next major version (v2.0)
- instance
Id number The CloudAMQP instance identifier.
Deprecated: from [v1.16.0], will be removed in next major version (v2.0)
- vpc
Id 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)
- instance
Id Number The CloudAMQP instance identifier.
Deprecated: from [v1.16.0], will be removed in next major version (v2.0)
- vpc
Id 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.
- Owner
Id string - AWS account identifier.
- Security
Group stringId - AWS security group identifier.
- Vpc
Subnet string - Dedicated VPC subnet.
- Instance
Id int - Vpc
Id string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the CloudAMQP instance.
- Owner
Id string - AWS account identifier.
- Security
Group stringId - AWS security group identifier.
- Vpc
Subnet string - Dedicated VPC subnet.
- Instance
Id int - Vpc
Id string
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the CloudAMQP instance.
- owner
Id String - AWS account identifier.
- security
Group StringId - AWS security group identifier.
- vpc
Subnet String - Dedicated VPC subnet.
- instance
Id Integer - vpc
Id String
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the CloudAMQP instance.
- owner
Id string - AWS account identifier.
- security
Group stringId - AWS security group identifier.
- vpc
Subnet string - Dedicated VPC subnet.
- instance
Id number - vpc
Id 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_ strid - 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.
- owner
Id String - AWS account identifier.
- security
Group StringId - AWS security group identifier.
- vpc
Subnet String - Dedicated VPC subnet.
- instance
Id Number - vpc
Id String
Package Details
- Repository
- CloudAMQP pulumi/pulumi-cloudamqp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudamqp
Terraform Provider.