Package com.pulumi.alicloud.outputs
Class GetMscSubWebhooksWebhook
- java.lang.Object
-
- com.pulumi.alicloud.outputs.GetMscSubWebhooksWebhook
-
public final class GetMscSubWebhooksWebhook extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetMscSubWebhooksWebhook.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMscSubWebhooksWebhook.Builder
builder()
static GetMscSubWebhooksWebhook.Builder
builder(GetMscSubWebhooksWebhook defaults)
java.lang.String
id()
java.lang.String
serverUrl()
java.lang.String
webhookId()
java.lang.String
webhookName()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The ID of the Webhook.
-
serverUrl
public java.lang.String serverUrl()
- Returns:
- The serverUrl of the Subscription.
-
webhookId
public java.lang.String webhookId()
- Returns:
- The first ID of the resource.
-
webhookName
public java.lang.String webhookName()
- Returns:
- The name of the Webhook. **Note:** The name must be `2` to `12` characters in length, and can contain uppercase and lowercase letters.
-
builder
public static GetMscSubWebhooksWebhook.Builder builder()
-
builder
public static GetMscSubWebhooksWebhook.Builder builder(GetMscSubWebhooksWebhook defaults)
-
-