Class GetKeyArgs
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.Aws.Kms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetKeyArgs : InvokeArgs
Constructors
View SourceGetKeyArgs()
Declaration
public GetKeyArgs()
Properties
View SourceGrantTokens
List of grant tokens
Declaration
public List<string> GrantTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
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 |