awscc.cloudformation_resourcedefaultversion

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions -

update

Parent base class for filters and actions.

properties:
  TypeName:
    description: 'The name of the type being registered.

      We recommend that type names adhere to the following pattern: company_or_organization::service::type.'
    pattern: ^[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$
    type: string
  TypeVersionArn:
    description: The Amazon Resource Name (ARN) of the type version.
    pattern: ^arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/resource/.+$
    type: string
  VersionId:
    description: The ID of an existing version of the resource to set as the default.
    pattern: ^[A-Za-z0-9-]{1,128}$
    type: string
  type:
    enum:
    - update

Permissions - cloudformation:SetTypeDefaultVersion