ModifyVpcEndpointServicePermissionsRequest
public struct ModifyVpcEndpointServicePermissionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Names (ARN) of one or more principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).
Declaration
Swift
public let addAllowedPrincipals: [String]?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The Amazon Resource Names (ARN) of one or more principals. Permissions are revoked for principals in this list.
Declaration
Swift
public let removeAllowedPrincipals: [String]?
-
The ID of the service.
Declaration
Swift
public let serviceId: String
-
Undocumented
Declaration
Swift
public init(addAllowedPrincipals: [String]? = nil, dryRun: Bool? = nil, removeAllowedPrincipals: [String]? = nil, serviceId: String)