Class EndpointAuthorizationArgs


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

      • account

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

        public com.pulumi.core.Output<java.lang.String> clusterIdentifier()
        Returns:
        The cluster identifier of the cluster to grant access to.
      • 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`.
      • 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.