Show / Hide Table of Contents

Class SecretReplicationUserManagedReplicaGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretReplicationUserManagedReplicaGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

SecretReplicationUserManagedReplicaGetArgs()

Declaration
public SecretReplicationUserManagedReplicaGetArgs()

Properties

View Source

Location

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.