awscc.emr_studio

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - elasticmapreduce:DeleteStudio, elasticmapreduce:DescribeStudio, sso:DeleteManagedApplicationInstance

update

Parent base class for filters and actions.

definitions:
  Arn:
    pattern: ^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$
    type: string
  SubnetId:
    description: Identifier of a subnet
    pattern: ^(subnet-[a-f0-9]{13})|(subnet-[a-f0-9]{8})\Z
    type: string
  Tag:
    additionalProperties: false
    description: An arbitrary set of tags (key-value pairs) for this EMR Studio.
    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: ^(?!aws:)[a-zA-Z+-=._:/]+$
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          255 Unicode characters in length. You can use any of the following characters:
          the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. '
        maxLength: 256
        minLength: 0
        pattern: '[a-zA-Z+-=._:/]+$'
        type: string
    required:
    - Value
    - Key
    type: object
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      description: An arbitrary set of tags (key-value pairs) for this EMR Studio.
      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: ^(?!aws:)[a-zA-Z+-=._:/]+$
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            255 Unicode characters in length. You can use any of the following characters:
            the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. '
          maxLength: 256
          minLength: 0
          pattern: '[a-zA-Z+-=._:/]+$'
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: true
properties:
  DefaultS3Location:
    description: The default Amazon S3 location to back up EMR Studio Workspaces and
      notebook files. A Studio user can select an alternative Amazon S3 location when
      creating a Workspace.
    maxLength: 10280
    minLength: 6
    pattern: ^s3://.*
    type: string
  Description:
    description: A detailed description of the Studio.
    maxLength: 256
    minLength: 0
    type: string
  IdpAuthUrl:
    description: Your identity provider's authentication endpoint. Amazon EMR Studio
      redirects federated users to this endpoint for authentication when logging in
      to a Studio with the Studio URL.
    maxLength: 4096
    pattern: ^https://[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])(:[0-9]*)*([?/#].*)?$
    type: string
  IdpRelayStateParameterName:
    description: The name of relay state parameter for external Identity Provider.
    maxLength: 256
    minLength: 0
    type: string
  Name:
    description: A descriptive name for the Amazon EMR Studio.
    maxLength: 256
    minLength: 1
    pattern: '[a-zA-Z0-9_-]+'
    type: string
  SubnetIds:
    description: A list of up to 5 subnet IDs to associate with the Studio. The subnets
      must belong to the VPC specified by VpcId. Studio users can create a Workspace
      in any of the specified subnets.
    items:
      description: Identifier of a subnet
      pattern: ^(subnet-[a-f0-9]{13})|(subnet-[a-f0-9]{8})\Z
      type: string
    minItems: 1
    type: array
  Tags:
    insertionOrder: false
    items:
      additionalProperties: false
      description: An arbitrary set of tags (key-value pairs) for this EMR Studio.
      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: ^(?!aws:)[a-zA-Z+-=._:/]+$
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            255 Unicode characters in length. You can use any of the following characters:
            the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. '
          maxLength: 256
          minLength: 0
          pattern: '[a-zA-Z+-=._:/]+$'
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: true
  type:
    enum:
    - update

Permissions - elasticmapreduce:UpdateStudio, elasticmapreduce:DescribeStudio, elasticmapreduce:AddTags, elasticmapreduce:RemoveTags