Class GetWebhookCallbackConfigResult
- java.lang.Object
-
- com.pulumi.azurenative.containerregistry.outputs.GetWebhookCallbackConfigResult
-
public final class GetWebhookCallbackConfigResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWebhookCallbackConfigResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWebhookCallbackConfigResult.Builder
builder()
static GetWebhookCallbackConfigResult.Builder
builder(GetWebhookCallbackConfigResult defaults)
java.util.Map<java.lang.String,java.lang.String>
customHeaders()
java.lang.String
serviceUri()
-
-
-
Method Detail
-
customHeaders
public java.util.Map<java.lang.String,java.lang.String> customHeaders()
- Returns:
- Custom headers that will be added to the webhook notifications.
-
serviceUri
public java.lang.String serviceUri()
- Returns:
- The service URI for the webhook to post notifications.
-
builder
public static GetWebhookCallbackConfigResult.Builder builder()
-
builder
public static GetWebhookCallbackConfigResult.Builder builder(GetWebhookCallbackConfigResult defaults)
-
-