ResolverRuleConfig

public struct ResolverRuleConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.

    Declaration

    Swift

    public let name: String?
  • The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps.

    Declaration

    Swift

    public let resolverEndpointId: String?
  • For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.

    Declaration

    Swift

    public let targetIps: [TargetAddress]?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, resolverEndpointId: String? = nil, targetIps: [TargetAddress]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws