KeyContextQuery

class aws_cdk.cloud_assembly_schema.KeyContextQuery(*, account, alias_name, region, lookup_role_arn=None)

Bases: object

Query input for looking up a KMS Key.

Parameters:
  • account (str) – Query account.

  • alias_name (str) – Alias name used to search the Key.

  • region (str) – Query region.

  • lookup_role_arn (Optional[str]) – The ARN of the role that should be used to look up the missing values. Default: - None

Attributes

account

Query account.

alias_name

Alias name used to search the Key.

lookup_role_arn

The ARN of the role that should be used to look up the missing values.

Default:
  • None

region

Query region.