Show / Hide Table of Contents

Class GrantConstraintGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GrantConstraintGetArgs
Inherited Members
ResourceArgs.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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GrantConstraintGetArgs : ResourceArgs

Constructors

View Source

GrantConstraintGetArgs()

Declaration
public GrantConstraintGetArgs()

Properties

View Source

EncryptionContextEquals

A list of key-value pairs that must match the encryption context in subsequent cryptographic operation requests. The grant allows the operation only when the encryption context in the request is the same as the encryption context specified in this constraint. Conflicts with encryption_context_subset.

Declaration
public InputMap<string> EncryptionContextEquals { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

EncryptionContextSubset

A list of key-value pairs that must be included in the encryption context of subsequent cryptographic operation requests. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs. Conflicts with encryption_context_equals.

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