Show / Hide Table of Contents

Class GetCipherTextArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetCipherTextArgs
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 GetCipherTextArgs : InvokeArgs

Constructors

View Source

GetCipherTextArgs()

Declaration
public GetCipherTextArgs()

Properties

View Source

Context

An optional mapping that makes up the encryption context.

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

KeyId

Globally unique key ID for the customer master key.

Declaration
public string KeyId { get; set; }
Property Value
Type Description
System.String
View Source

Plaintext

Data to be encrypted. Note that this may show up in logs, and it will be stored in the state file.

Declaration
public string Plaintext { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.