Get Endpoint Authorization Result
data class GetEndpointAuthorizationResult(val allowedAllVpcs: Boolean? = null, val allowedVpcs: List<String>? = null, val authorizeTime: String? = null, val clusterStatus: String? = null, val endpointCount: Int? = null, val grantee: String? = null, val grantor: String? = null, val status: String? = null, val vpcIds: List<String>? = null)
Properties
Link copied to clipboard
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
Link copied to clipboard
The VPCs allowed access to the cluster.
Link copied to clipboard
The time (UTC) when the authorization was created.
Link copied to clipboard
The status of the cluster.
Link copied to clipboard
The number of Redshift-managed VPC endpoints created for the authorization.