Class SecretReplicationUserManagedReplicaGetArgs
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.Gcp.SecretManager.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretReplicationUserManagedReplicaGetArgs : ResourceArgs
Constructors
View SourceSecretReplicationUserManagedReplicaGetArgs()
Declaration
public SecretReplicationUserManagedReplicaGetArgs()
Properties
View SourceLocation
The canonical IDs of the location to replicate data. For example: "us-east1".
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |