awscc.sagemaker_project

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - sagemaker:DeleteProject

update

Parent base class for filters and actions.

definitions:
  PathId:
    description: The path identifier of the product.
    maxLength: 100
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
    type: string
  ProductId:
    description: Service Catalog product identifier.
    maxLength: 100
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
    type: string
  ProjectArn:
    description: The Amazon Resource Name (ARN) of the Project.
    maxLength: 2048
    minLength: 1
    pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:project.*
    type: string
  ProjectDescription:
    description: The description of the project.
    maxLength: 1024
    pattern: .*
    type: string
  ProjectId:
    description: Project Id.
    maxLength: 20
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*
    type: string
  ProjectName:
    description: The name of the project.
    maxLength: 32
    minLength: 1
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
    type: string
  ProvisionedProductStatusMessage:
    description: Provisioned Product Status Message
    type: string
  ProvisioningArtifactId:
    description: The identifier of the provisioning artifact (also known as a version).
    maxLength: 100
    pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9])*$
    type: string
  ProvisioningParameter:
    additionalProperties: false
    description: Information about a parameter used to provision a product.
    properties:
      Key:
        description: The parameter key.
        maxLength: 1000
        minLength: 1
        pattern: .*
        type: string
      Value:
        description: The parameter value.
        maxLength: 4096
        pattern: .*
        type: string
    required:
    - Key
    - Value
    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
        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:
  type:
    enum:
    - update

Permissions - sagemaker:DescribeProject, sagemaker:ListTags, sagemaker:AddTags, sagemaker:DeleteTags