awscc.config_configurationaggregator

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - config:DeleteConfigurationAggregator, config:UntagResource

update

Parent base class for filters and actions.

definitions:
  AccountAggregationSource:
    additionalProperties: false
    properties:
      AccountIds:
        items:
          type: string
        type: array
        uniqueItems: false
      AllAwsRegions:
        type: boolean
      AwsRegions:
        items:
          type: string
        type: array
        uniqueItems: false
    required:
    - AccountIds
    type: object
  OrganizationAggregationSource:
    additionalProperties: false
    properties:
      AllAwsRegions:
        type: boolean
      AwsRegions:
        items:
          type: string
        type: array
        uniqueItems: false
      RoleArn:
        type: string
    required:
    - RoleArn
    type: object
  Tag:
    additionalProperties: false
    description: A key-value pair to associate with a resource.
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          127 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -. '
        maxLength: 128
        minLength: 1
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 1 to
          255 Unicode characters in length and cannot be prefixed with aws:. You can
          use any of the following characters: the set of Unicode letters, digits,
          whitespace, _, ., /, =, +, and -. '
        maxLength: 256
        minLength: 0
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  AccountAggregationSources:
    items:
      additionalProperties: false
      properties:
        AccountIds:
          items:
            type: string
          type: array
          uniqueItems: false
        AllAwsRegions:
          type: boolean
        AwsRegions:
          items:
            type: string
          type: array
          uniqueItems: false
      required:
      - AccountIds
      type: object
    type: array
    uniqueItems: false
  OrganizationAggregationSource:
    additionalProperties: false
    properties:
      AllAwsRegions:
        type: boolean
      AwsRegions:
        items:
          type: string
        type: array
        uniqueItems: false
      RoleArn:
        type: string
    required:
    - RoleArn
    type: object
  Tags:
    description: The tags for the configuration aggregator.
    items:
      additionalProperties: false
      description: A key-value pair to associate with a resource.
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 127 Unicode characters in length and cannot be prefixed with aws:.
            You can use any of the following characters: the set of Unicode letters,
            digits, whitespace, _, ., /, =, +, and -. '
          maxLength: 128
          minLength: 1
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 1 to
            255 Unicode characters in length and cannot be prefixed with aws:. You
            can use any of the following characters: the set of Unicode letters, digits,
            whitespace, _, ., /, =, +, and -. '
          maxLength: 256
          minLength: 0
          type: string
      required:
      - Value
      - Key
      type: object
    maxItems: 50
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - config:PutConfigurationAggregator, config:DescribeConfigurationAggregators, config:TagResource, config:UntagResource, config:ListTagsForResource, iam:PassRole, organizations:EnableAWSServiceAccess, organizations:ListDelegatedAdministrators