Show / Hide Table of Contents

Class GetKMSKeyRingArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKMSKeyRingArgs
Inherited Members
InvokeArgs.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.Kms
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetKMSKeyRingArgs : InvokeArgs

Constructors

View Source

GetKMSKeyRingArgs()

Declaration
public GetKMSKeyRingArgs()

Properties

View Source

Location

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
View Source

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
View Source

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