Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across AWS accounts.
account
(String) The target AWS account ID to grant or revoke access for.cluster_identifier
(String) The cluster identifier.force
(Boolean) Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.vpc_ids
(List of String) The virtual private cloud (VPC) identifiers to grant or revoke access to.allowed_all_vp_cs
(Boolean) Indicates whether all VPCs in the grantee account are allowed access to the cluster.allowed_vp_cs
(List of String) The VPCs allowed access to the cluster.authorize_time
(String) The time (UTC) when the authorization was created.cluster_status
(String) The status of the cluster.endpoint_count
(Number) The number of Redshift-managed VPC endpoints created for the authorization.grantee
(String) The AWS account ID of the grantee of the cluster.grantor
(String) The AWS account ID of the cluster owner.id
(String) Uniquely identifies the resource.status
(String) The status of the authorization action.Import is supported using the following syntax:
$ terraform import awscc_redshift_endpoint_authorization.example <resource ID>