Package com.pulumi.cloudamqp
Class VpcPeering
- java.lang.Object
-
- com.pulumi.resources.Resource
-
- com.pulumi.resources.CustomResource
-
- com.pulumi.cloudamqp.VpcPeering
-
public class VpcPeering extends com.pulumi.resources.CustomResource## Import Not possible to import this resource.
-
-
Constructor Summary
Constructors Constructor Description VpcPeering(java.lang.String name)VpcPeering(java.lang.String name, VpcPeeringArgs args)VpcPeering(java.lang.String name, VpcPeeringArgs args, com.pulumi.resources.CustomResourceOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcPeeringget(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, VpcPeeringState state, com.pulumi.resources.CustomResourceOptions options)Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.com.pulumi.core.Output<java.util.Optional<java.lang.Integer>>instanceId()com.pulumi.core.Output<java.lang.String>peeringId()com.pulumi.core.Output<java.util.Optional<java.lang.Integer>>sleep()com.pulumi.core.Output<java.lang.String>status()com.pulumi.core.Output<java.util.Optional<java.lang.Integer>>timeout()com.pulumi.core.Output<java.util.Optional<java.lang.String>>vpcId()
-
-
-
Constructor Detail
-
VpcPeering
public VpcPeering(java.lang.String name)
- Parameters:
name- The _unique_ name of the resulting resource.
-
VpcPeering
public VpcPeering(java.lang.String name, VpcPeeringArgs args)- Parameters:
name- The _unique_ name of the resulting resource.args- The arguments to use to populate this resource's properties.
-
VpcPeering
public VpcPeering(java.lang.String name, VpcPeeringArgs args, @Nullable com.pulumi.resources.CustomResourceOptions options)- Parameters:
name- The _unique_ name of the resulting resource.args- The arguments to use to populate this resource's properties.options- A bag of options that control this resource's behavior.
-
-
Method Detail
-
instanceId
public com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> instanceId()
- Returns:
- The CloudAMQP instance identifier. ***Deprecated: Changed from required to optional in v1.16.0, will be removed in next major version (v2.0)***
-
peeringId
public com.pulumi.core.Output<java.lang.String> peeringId()
- Returns:
- Peering identifier created by AW peering request.
-
sleep
public com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> sleep()
- Returns:
- Configurable sleep time (seconds) between retries for accepting or removing peering. Default set to 60 seconds.
-
status
public com.pulumi.core.Output<java.lang.String> status()
- Returns:
- VPC peering status
-
timeout
public com.pulumi.core.Output<java.util.Optional<java.lang.Integer>> timeout()
- Returns:
- Configurable timeout time (seconds) for accepting or removing peering. Default set to 3600 seconds.
-
vpcId
public com.pulumi.core.Output<java.util.Optional<java.lang.String>> vpcId()
- Returns:
- The managed VPC identifier. ***Note: Introduced as optional in version v1.16.0, will be required in next major version (v2.0)***
-
get
public static VpcPeering get(java.lang.String name, com.pulumi.core.Output<java.lang.String> id, @Nullable VpcPeeringState state, @Nullable com.pulumi.resources.CustomResourceOptions options)
Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.- Parameters:
name- The _unique_ name of the resulting resource.id- The _unique_ provider ID of the resource to lookup.state-options- Optional settings to control the behavior of the CustomResource.
-
-