Class SecretReplicationUserManagedArgs
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 SecretReplicationUserManagedArgs : ResourceArgs
Constructors
View SourceSecretReplicationUserManagedArgs()
Declaration
public SecretReplicationUserManagedArgs()
Properties
View SourceReplicas
The list of Replicas for this Secret. Cannot be empty. Structure is documented below.
Declaration
public InputList<SecretReplicationUserManagedReplicaArgs> Replicas { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SecretReplicationUserManagedReplicaArgs> |