Class VpcEndpointServiceUserState


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

      • dryRun

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> dryRun()
        Returns:
        Specifies whether to perform only a dry run, without performing the actual request. Valid values: - **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned. - **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
      • serviceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceId()
        Returns:
        The endpoint service ID.
      • userId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userId()
        Returns:
        The ID of the Alibaba Cloud account in the whitelist of the endpoint service.