awscc.forecast_datasetgroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - forecast:DeleteDatasetGroup

update

Parent base class for filters and actions.

definitions:
  Arn:
    maxLength: 256
    pattern: ^[a-zA-Z0-9\-\_\.\/\:]+$
    type: string
  MaxResults:
    description: The number of items to return in the response.
    maximum: 100
    minimum: 1
    type: integer
  NextToken:
    description: If the result of the previous request was truncated, the response
      includes a NextToken. To retrieve the next set of results, use the token in
      the next request. Tokens expire after 24 hours.
    maxLength: 3000
    minLength: 1
    type: string
  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
          128 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 0 to
          256 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:
    - Key
    - Value
    type: object
properties:
  DatasetArns:
    description: An array of Amazon Resource Names (ARNs) of the datasets that you
      want to include in the dataset group.
    insertionOrder: true
    items:
      maxLength: 256
      pattern: ^[a-zA-Z0-9\-\_\.\/\:]+$
      type: string
    type: array
  Domain:
    description: The domain associated with the dataset group. When you add a dataset
      to a dataset group, this value and the value specified for the Domain parameter
      of the CreateDataset operation must match.
    enum:
    - RETAIL
    - CUSTOM
    - INVENTORY_PLANNING
    - EC2_CAPACITY
    - WORK_FORCE
    - WEB_TRAFFIC
    - METRICS
    type: string
  Tags:
    description: The tags of Application Insights application.
    insertionOrder: true
    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 128 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 0 to
            256 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:
      - Key
      - Value
      type: object
    maxItems: 200
    minItems: 0
    type: array
  type:
    enum:
    - update

Permissions - forecast:UpdateDatasetGroup