awscc.rds_dbproxyendpoint

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - rds:DescribeDBProxyEndpoints, rds:DeleteDBProxyEndpoint

update

Parent base class for filters and actions.

definitions:
  TagFormat:
    additionalProperties: false
    properties:
      Key:
        maxLength: 128
        pattern: (\w|\d|\s|\\|-|\.:=+-)*
        type: string
      Value:
        maxLength: 128
        pattern: (\w|\d|\s|\\|-|\.:=+-)*
        type: string
    type: object
properties:
  Tags:
    description: An optional set of key-value pairs to associate arbitrary data of
      your choosing with the DB proxy endpoint.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          maxLength: 128
          pattern: (\w|\d|\s|\\|-|\.:=+-)*
          type: string
        Value:
          maxLength: 128
          pattern: (\w|\d|\s|\\|-|\.:=+-)*
          type: string
      type: object
    type: array
  VpcSecurityGroupIds:
    description: VPC security group IDs to associate with the new DB proxy endpoint.
    insertionOrder: false
    items:
      type: string
    minItems: 1
    type: array
  type:
    enum:
    - update

Permissions - rds:ModifyDBProxyEndpoint, rds:AddTagsToResource, rds:RemoveTagsFromResource