awscc.opsworkscm_server

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - opsworks-cm:DeleteServer, opsworks-cm:DescribeServers

update

Parent base class for filters and actions.

definitions:
  EngineAttribute:
    additionalProperties: false
    properties:
      Name:
        maxLength: 10000
        pattern: (?s).*
        type: string
      Value:
        maxLength: 10000
        pattern: (?s).*
        type: string
    type: object
  Tag:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        minLength: 1
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
      Value:
        maxLength: 256
        minLength: 0
        pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
        type: string
    required:
    - Value
    - Key
    type: object
properties:
  BackupRetentionCount:
    minLength: 1
    type: integer
  DisableAutomatedBackup:
    type: boolean
  EngineAttributes:
    items:
      additionalProperties: false
      properties:
        Name:
          maxLength: 10000
          pattern: (?s).*
          type: string
        Value:
          maxLength: 10000
          pattern: (?s).*
          type: string
      type: object
    type: array
    uniqueItems: false
  PreferredBackupWindow:
    maxLength: 10000
    pattern: ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
    type: string
  PreferredMaintenanceWindow:
    maxLength: 10000
    pattern: ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
    type: string
  Tags:
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          minLength: 1
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
        Value:
          maxLength: 256
          minLength: 0
          pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - opsworks-cm:UpdateServer, opsworks-cm:TagResource, opsworks-cm:UntagResource, opsworks-cm:DescribeServers