@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.580Z") @Stability(value=Stable) public interface NotificationRuleSourceConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codestarnotifications.*;
NotificationRuleSourceConfig notificationRuleSourceConfig = NotificationRuleSourceConfig.builder()
.sourceArn("sourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationRuleSourceConfig.Builder
A builder for
NotificationRuleSourceConfig |
static class |
NotificationRuleSourceConfig.Jsii$Proxy
An implementation for
NotificationRuleSourceConfig |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRuleSourceConfig.Builder |
builder() |
String |
getSourceArn()
The Amazon Resource Name (ARN) of the notification source.
|
@Stability(value=Stable) @NotNull String getSourceArn()
@Stability(value=Stable) static NotificationRuleSourceConfig.Builder builder()
Copyright © 2022. All rights reserved.