Class GetKMSKeyRingArgs
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.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKMSKeyRingArgs : InvokeArgs
Constructors
View SourceGetKMSKeyRingArgs()
Declaration
public GetKMSKeyRingArgs()
Properties
View SourceLocation
The Google Cloud Platform location for the KeyRing.
A full list of valid locations can be found by running gcloud kms locations list.
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The KeyRing's name.
A KeyRing name must exist within the provided location and match the regular expression [a-zA-Z0-9_-]{1,63}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
The project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |