Class EndpointAuthorizationState


  • public final class EndpointAuthorizationState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • account

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> account()
        Returns:
        The Amazon Web Services account ID to grant access to.
      • allowedAllVpcs

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowedAllVpcs()
        Returns:
        Indicates whether all VPCs in the grantee account are allowed access to the cluster.
      • clusterIdentifier

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> clusterIdentifier()
        Returns:
        The cluster identifier of the cluster to grant access to.
      • endpointCount

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> endpointCount()
        Returns:
        The number of Redshift-managed VPC endpoints created for the authorization.
      • forceDelete

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceDelete()
        Returns:
        Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted. Default value is `false`.
      • grantee

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> grantee()
        Returns:
        The Amazon Web Services account ID of the grantee of the cluster.
      • grantor

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> grantor()
        Returns:
        The Amazon Web Services account ID of the cluster owner.
      • vpcIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> vpcIds()
        Returns:
        The virtual private cloud (VPC) identifiers to grant access to. If none are specified all VPCs in shared account are allowed.