AssociateResolverRuleRequest

public struct AssociateResolverRuleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A name for the association that you’re creating between a Resolver rule and a VPC.

    Declaration

    Swift

    public let name: String?
  • The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.

    Declaration

    Swift

    public let resolverRuleId: String
  • The ID of the VPC that you want to associate the Resolver rule with.

    Declaration

    Swift

    public let vPCId: String
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, resolverRuleId: String, vPCId: String)
  • Declaration

    Swift

    public func validate(name: String) throws