ResolverRuleAssociation
public struct ResolverRuleAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
Declaration
Swift
public let id: String?
-
The name of an association between a Resolver rule and a VPC.
Declaration
Swift
public let name: String?
-
The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.
Declaration
Swift
public let resolverRuleId: String?
-
A code that specifies the current status of the association between a Resolver rule and a VPC.
Declaration
Swift
public let status: ResolverRuleAssociationStatus?
-
A detailed description of the status of the association between a Resolver rule and a VPC.
Declaration
Swift
public let statusMessage: String?
-
The ID of the VPC that you associated the Resolver rule with.
Declaration
Swift
public let vPCId: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil, resolverRuleId: String? = nil, status: ResolverRuleAssociationStatus? = nil, statusMessage: String? = nil, vPCId: String? = nil)