Class GrantConstraintGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GrantConstraintGetArgs : ResourceArgs
Constructors
View SourceGrantConstraintGetArgs()
Declaration
public GrantConstraintGetArgs()
Properties
View SourceEncryptionContextEquals
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> |
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> |