awscc.emrcontainers_virtualcluster

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - emr-containers:DeleteVirtualCluster

update

Parent base class for filters and actions.

definitions:
  ContainerInfo:
    additionalProperties: false
    properties:
      EksInfo:
        additionalProperties: false
        properties:
          Namespace:
            maxLength: 63
            minLength: 1
            pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
            type: string
        required:
        - Namespace
        type: object
    required:
    - EksInfo
    type: object
  ContainerProvider:
    additionalProperties: false
    properties:
      Id:
        description: The ID of the container cluster
        maxLength: 100
        minLength: 1
        pattern: ^[0-9A-Za-z][A-Za-z0-9\-_]*
        type: string
      Info:
        additionalProperties: false
        properties:
          EksInfo:
            additionalProperties: false
            properties:
              Namespace:
                maxLength: 63
                minLength: 1
                pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
                type: string
            required:
            - Namespace
            type: object
        required:
        - EksInfo
        type: object
      Type:
        description: The type of the container provider
        type: string
    required:
    - Type
    - Id
    - Info
    type: object
  EksInfo:
    additionalProperties: false
    properties:
      Namespace:
        maxLength: 63
        minLength: 1
        pattern: '[a-z0-9]([-a-z0-9]*[a-z0-9])?'
        type: string
    required:
    - Namespace
    type: object
  Tag:
    additionalProperties: false
    description: An arbitrary set of tags (key-value pairs) for this virtual cluster.
    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 -.'
        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 -.'
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  Tags:
    description: An array of key-value pairs to apply to this virtual cluster.
    insertionOrder: false
    items:
      additionalProperties: false
      description: An arbitrary set of tags (key-value pairs) for this virtual cluster.
      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 -.'
          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 -.'
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - emr-containers:DescribeVirtualCluster, emr-containers:ListTagsForResource, emr-containers:TagResource, emr-containers:UntagResource