Class GetCipherTextPlainArgs


  • public final class GetCipherTextPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • context

        public java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> context()
        Returns:
        An optional mapping that makes up the encryption context.
      • keyId

        public java.lang.String keyId()
        Returns:
        Globally unique key ID for the customer master key.
      • plaintext

        public java.lang.String plaintext()
        Returns:
        Data to be encrypted. Note that this may show up in logs, and it will be stored in the state file.