awscc.route53_keysigningkey

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

properties:
  type:
    enum:
    - delete
required:
- type

Permissions - route53:DeactivateKeySigningKey, route53:DeleteKeySigningKey, kms:DescribeKey, kms:GetPublicKey, kms:Sign, kms:CreateGrant

update

Parent base class for filters and actions.

properties:
  Status:
    description: A string specifying the initial status of the key signing key (KSK).
      You can set the value to ACTIVE or INACTIVE.
    enum:
    - ACTIVE
    - INACTIVE
    type: string
  type:
    enum:
    - update

Permissions - route53:ActivateKeySigningKey, route53:DeactivateKeySigningKey, kms:DescribeKey, kms:GetPublicKey, kms:Sign, kms:CreateGrant