Show / Hide Table of Contents

Class SecretReplicationUserManagedReplicaArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretReplicationUserManagedReplicaArgs
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 SecretReplicationUserManagedReplicaArgs : ResourceArgs

Constructors

View Source

SecretReplicationUserManagedReplicaArgs()

Declaration
public SecretReplicationUserManagedReplicaArgs()

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.