GetVpcEndpointServicePermissionsResult

data class GetVpcEndpointServicePermissionsResult(val allowedPrincipals: List<String>? = null)

Constructors

Link copied to clipboard
constructor(allowedPrincipals: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Names (ARN) of one or more principals (for example, users, IAM roles, and AWS accounts ). Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*). Permissions are revoked for principals not in this list. If the list is empty, then all permissions are revoked.