awscc.route53resolver_resolverrule

Filters

  • event

  • reduce

  • value

Actions

delete

Parent base class for filters and actions.

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

Permissions - route53resolver:DeleteResolverRule, route53resolver:GetResolverRule

update

Parent base class for filters and actions.

definitions:
  Tag:
    additionalProperties: false
    properties:
      Key:
        description: 'The key name of the tag. You can specify a value that is 1 to
          128 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
        type: string
      Value:
        description: 'The value for the tag. You can specify a value that is 0 to
          256 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
        minLength: 0
        type: string
    required:
    - Value
    - Key
    type: object
  TargetAddress:
    additionalProperties: false
    properties:
      Ip:
        description: 'One IP address that you want to forward DNS queries to. You
          can specify only IPv4 addresses. '
        type: string
      Port:
        description: 'The port at Ip that you want to forward DNS queries to. '
        maxLength: 65535
        minLength: 0
        type: string
    required:
    - Ip
    type: object
properties:
  Name:
    description: The name for the Resolver rule
    maxLength: 64
    minLength: 0
    type: string
  ResolverEndpointId:
    description: The ID of the endpoint that the rule is associated with.
    maxLength: 64
    minLength: 1
    type: string
  Tags:
    description: An array of key-value pairs to apply to this resource.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Key:
          description: 'The key name of the tag. You can specify a value that is 1
            to 128 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
          type: string
        Value:
          description: 'The value for the tag. You can specify a value that is 0 to
            256 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
          minLength: 0
          type: string
      required:
      - Value
      - Key
      type: object
    type: array
    uniqueItems: false
  TargetIps:
    description: An array that contains the IP addresses and ports that an outbound
      endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS
      resolvers on your network. Specify IPv4 addresses. IPv6 is not supported.
    insertionOrder: false
    items:
      additionalProperties: false
      properties:
        Ip:
          description: 'One IP address that you want to forward DNS queries to. You
            can specify only IPv4 addresses. '
          type: string
        Port:
          description: 'The port at Ip that you want to forward DNS queries to. '
          maxLength: 65535
          minLength: 0
          type: string
      required:
      - Ip
      type: object
    type: array
    uniqueItems: false
  type:
    enum:
    - update

Permissions - route53resolver:UpdateResolverRule, route53resolver:GetResolverRule, route53resolver:ListTagsForResource