awscc.cloudformation_typeactivation

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - cloudformation:DeactivateType, cloudformation:DescribeType

update

Parent base class for filters and actions.

definitions:
  LoggingConfig:
    additionalProperties: false
    properties:
      LogGroupName:
        description: The Amazon CloudWatch log group to which CloudFormation sends
          error logging information when invoking the type's handlers.
        maxLength: 512
        minLength: 1
        pattern: ^[\.\-_/#A-Za-z0-9]+$
        type: string
      LogRoleArn:
        description: The ARN of the role that CloudFormation should assume when sending
          log entries to CloudWatch logs.
        maxLength: 256
        minLength: 1
        type: string
    type: object
properties:
  AutoUpdate:
    description: Whether to automatically update the extension in this account and
      region when a new minor version is published by the extension publisher. Major
      versions released by the publisher must be manually updated.
    type: boolean
  MajorVersion:
    description: The Major Version of the type you want to enable
    maxLength: 100000
    minLength: 1
    type: string
  VersionBump:
    description: Manually updates a previously-enabled type to a new major or minor
      version, if available. You can also use this parameter to update the value of
      AutoUpdateEnabled
    enum:
    - MAJOR
    - MINOR
    type: string
  type:
    enum:
    - update

Permissions - cloudformation:ActivateType, cloudformation:DescribeType, iam:PassRole