Show / Hide Table of Contents

Class GetKeyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetKeyArgs
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.Aws.Kms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetKeyArgs : InvokeArgs

Constructors

View Source

GetKeyArgs()

Declaration
public GetKeyArgs()

Properties

View Source

GrantTokens

List of grant tokens

Declaration
public List<string> GrantTokens { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

KeyId

Key identifier which can be one of the following format:

  • Key ID. E.g: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN. E.g.: arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name. E.g.: alias/my-key
  • Alias ARN: E.g.: arn:aws:kms:us-east-1:111122223333:alias/my-key
Declaration
public string KeyId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.