awscc.servicecatalog_cloudformationprovisionedproduct

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - *

update

Parent base class for filters and actions.

definitions:
  OutputType:
    type: string
  ProvisioningParameter:
    additionalProperties: false
    properties:
      Key:
        maxLength: 1000
        minLength: 1
        type: string
      Value:
        maxLength: 4096
        type: string
    required:
    - Key
    - Value
    type: object
  ProvisioningPreferences:
    additionalProperties: false
    properties:
      StackSetAccounts:
        items:
          pattern: ^[0-9]{12}$
          type: string
        type: array
        uniqueItems: true
      StackSetFailureToleranceCount:
        minimum: 0
        type: integer
      StackSetFailureTolerancePercentage:
        maximum: 100
        minimum: 0
        type: integer
      StackSetMaxConcurrencyCount:
        minimum: 1
        type: integer
      StackSetMaxConcurrencyPercentage:
        maximum: 100
        minimum: 1
        type: integer
      StackSetOperationType:
        enum:
        - CREATE
        - UPDATE
        - DELETE
        type: string
      StackSetRegions:
        items:
          pattern: ^[a-z]{2}-([a-z]+-)+[1-9]
          type: string
        type: array
        uniqueItems: true
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
      Value:
        maxLength: 256
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
    required:
    - Key
    - Value
    type: object
properties:
  AcceptLanguage:
    enum:
    - en
    - jp
    - zh
    type: string
  PathId:
    maxLength: 100
    minLength: 1
    type: string
  PathName:
    maxLength: 100
    minLength: 1
    type: string
  ProductId:
    maxLength: 100
    minLength: 1
    type: string
  ProductName:
    maxLength: 128
    minLength: 1
    type: string
  ProvisioningArtifactId:
    maxLength: 100
    minLength: 1
    type: string
  ProvisioningArtifactName:
    type: string
  ProvisioningParameters:
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 1000
          minLength: 1
          type: string
        Value:
          maxLength: 4096
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  ProvisioningPreferences:
    additionalProperties: false
    properties:
      StackSetAccounts:
        items:
          pattern: ^[0-9]{12}$
          type: string
        type: array
        uniqueItems: true
      StackSetFailureToleranceCount:
        minimum: 0
        type: integer
      StackSetFailureTolerancePercentage:
        maximum: 100
        minimum: 0
        type: integer
      StackSetMaxConcurrencyCount:
        minimum: 1
        type: integer
      StackSetMaxConcurrencyPercentage:
        maximum: 100
        minimum: 1
        type: integer
      StackSetOperationType:
        enum:
        - CREATE
        - UPDATE
        - DELETE
        type: string
      StackSetRegions:
        items:
          pattern: ^[a-z]{2}-([a-z]+-)+[1-9]
          type: string
        type: array
        uniqueItems: true
    type: object
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
        Value:
          maxLength: 256
          minLength: 1
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
      required:
      - Key
      - Value
      type: object
    type: array
  type:
    enum:
    - update

Permissions - *