@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.921Z") @Stability(value=Stable) public interface CfnNotificationChannelProps 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.devopsguru.*;
CfnNotificationChannelProps cfnNotificationChannelProps = CfnNotificationChannelProps.builder()
.config(NotificationChannelConfigProperty.builder()
.sns(SnsChannelConfigProperty.builder()
.topicArn("topicArn")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotificationChannelProps.Builder
A builder for
CfnNotificationChannelProps |
static class |
CfnNotificationChannelProps.Jsii$Proxy
An implementation for
CfnNotificationChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationChannelProps.Builder |
builder() |
Object |
getConfig()
A `NotificationChannelConfig` object that contains information about configured notification channels.
|
@Stability(value=Stable) @NotNull Object getConfig()
@Stability(value=Stable) static CfnNotificationChannelProps.Builder builder()
Copyright © 2022. All rights reserved.