Class VpcPeering
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public class VpcPeering : CustomResource
Constructors
View SourceVpcPeering(String, VpcPeeringArgs, CustomResourceOptions)
Create a VpcPeering resource with the given unique name, arguments, and options.
Declaration
public VpcPeering(string name, VpcPeeringArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| VpcPeeringArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceInstanceId
Instance identifier
Declaration
public Output<int> InstanceId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
PeeringId
VPC peering identifier
Declaration
public Output<string> PeeringId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Status
VPC peering status
Declaration
public Output<string> Status { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, VpcPeeringState, CustomResourceOptions)
Get an existing VpcPeering resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static VpcPeering Get(string name, Input<string> id, VpcPeeringState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| VpcPeeringState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| VpcPeering |