awscc.sagemaker_modelpackagegroup

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - sagemaker:DeleteModelPackageGroup, sagemaker:DescribeModelPackageGroup, sagemaker:GetModelPackageGroupPolicy, sagemaker:DeleteModelPackageGroupPolicy

update

Parent base class for filters and actions.

definitions:
  ModelPackageGroupArn:
    description: The Amazon Resource Name (ARN) of the model package group.
    maxLength: 256
    minLength: 1
    pattern: arn:.*
    type: string
  ModelPackageGroupDescription:
    description: The description of the model package group.
    maxLength: 1024
    pattern: '[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}]*'
    type: string
  ModelPackageGroupName:
    description: The name of the model package group.
    maxLength: 63
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
    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
          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
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        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
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  ModelPackageGroupPolicy:
    type:
    - object
    - string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    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
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          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
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
      required:
      - Key
      - Value
      type: object
    maxItems: 50
    type: array
  type:
    enum:
    - update

Permissions - sagemaker:DescribeModelPackageGroup, sagemaker:GetModelPackageGroupPolicy, sagemaker:DeleteModelPackageGroupPolicy, sagemaker:PutModelPackageGroupPolicy, sagemaker:ListTags, sagemaker:AddTags, sagemaker:DeleteTags