get Ec2Vpc Peering Connection
suspend fun getEc2VpcPeeringConnection(argument: GetEc2VpcPeeringConnectionPlainArgs): GetEc2VpcPeeringConnectionResult
Get a Ec2VPCPeeringConnection Uses Azure REST API version 2024-12-01.
Return
A Microsoft.AwsConnector resource
Parameters
argument
null
suspend fun getEc2VpcPeeringConnection(name: String, resourceGroupName: String): GetEc2VpcPeeringConnectionResult
Return
A Microsoft.AwsConnector resource
Parameters
name
Name of Ec2VPCPeeringConnection
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getEc2VpcPeeringConnection(argument: suspend GetEc2VpcPeeringConnectionPlainArgsBuilder.() -> Unit): GetEc2VpcPeeringConnectionResult
Return
A Microsoft.AwsConnector resource
Parameters
argument
Builder for com.pulumi.azurenative.awsconnector.kotlin.inputs.GetEc2VpcPeeringConnectionPlainArgs.