Class GetCipherTextResult
Inheritance
System.Object
GetCipherTextResult
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 GetCipherTextResult
Fields
View SourceCiphertextBlob
Base64 encoded ciphertext
Declaration
public readonly string CiphertextBlob
Field Value
| Type | Description |
|---|---|
| System.String |
Context
Declaration
public readonly ImmutableDictionary<string, string> Context
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
KeyId
Declaration
public readonly string KeyId
Field Value
| Type | Description |
|---|---|
| System.String |
Plaintext
Declaration
public readonly string Plaintext
Field Value
| Type | Description |
|---|---|
| System.String |