AssociateResolverQueryLogConfigRequest
public struct AssociateResolverQueryLogConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the query logging configuration that you want to associate a VPC with.
Declaration
Swift
public let resolverQueryLogConfigId: String
-
The ID of an Amazon VPC that you want this query logging configuration to log queries for. The VPCs and the query logging configuration must be in the same Region.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public init(resolverQueryLogConfigId: String, resourceId: String)
-
Declaration
Swift
public func validate(name: String) throws