Class AlertManagerDefinitionState.Builder

    • Method Detail

      • definition

        public AlertManagerDefinitionState.Builder definition​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> definition)
        Parameters:
        definition - the alert manager definition that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html).
        Returns:
        builder
      • definition

        public AlertManagerDefinitionState.Builder definition​(java.lang.String definition)
        Parameters:
        definition - the alert manager definition that you want to be applied. See more [in AWS Docs](https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-alert-manager.html).
        Returns:
        builder
      • workspaceId

        public AlertManagerDefinitionState.Builder workspaceId​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> workspaceId)
        Parameters:
        workspaceId - ID of the prometheus workspace the alert manager definition should be linked to
        Returns:
        builder
      • workspaceId

        public AlertManagerDefinitionState.Builder workspaceId​(java.lang.String workspaceId)
        Parameters:
        workspaceId - ID of the prometheus workspace the alert manager definition should be linked to
        Returns:
        builder