@Stability(value=Stable) public static final class CfnNotificationChannel.NotificationChannelConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNotificationChannel.NotificationChannelConfigProperty>
CfnNotificationChannel.NotificationChannelConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNotificationChannel.NotificationChannelConfigProperty |
build()
Builds the configured instance.
|
CfnNotificationChannel.NotificationChannelConfigProperty.Builder |
sns(CfnNotificationChannel.SnsChannelConfigProperty sns)
Sets the value of
CfnNotificationChannel.NotificationChannelConfigProperty.getSns() |
CfnNotificationChannel.NotificationChannelConfigProperty.Builder |
sns(IResolvable sns)
Sets the value of
CfnNotificationChannel.NotificationChannelConfigProperty.getSns() |
@Stability(value=Stable) public CfnNotificationChannel.NotificationChannelConfigProperty.Builder sns(CfnNotificationChannel.SnsChannelConfigProperty sns)
CfnNotificationChannel.NotificationChannelConfigProperty.getSns()sns - Information about a notification channel configured in DevOps Guru to send notifications when insights are created.
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics .
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.
If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics .
this@Stability(value=Stable) public CfnNotificationChannel.NotificationChannelConfigProperty.Builder sns(IResolvable sns)
CfnNotificationChannel.NotificationChannelConfigProperty.getSns()sns - Information about a notification channel configured in DevOps Guru to send notifications when insights are created.
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. DevOps Guru only supports standard SNS topics. For more information, see Permissions for cross account Amazon SNS topics .
If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account. For more information, see Permissions for cross account Amazon SNS topics.
If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service customer-managed key (CMK), then you must add permissions to the CMK. For more information, see Permissions for AWS KMS–encrypted Amazon SNS topics .
this@Stability(value=Stable) public CfnNotificationChannel.NotificationChannelConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnNotificationChannel.NotificationChannelConfigProperty>CfnNotificationChannel.NotificationChannelConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.