![]() |
![]()
| ![]() |
![]()
NAMEPaws::DevOpsGuru::NotificationChannel USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::DevOpsGuru::NotificationChannel object: $service_obj->Method(Att1 => { Config => $value, ..., Id => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DevOpsGuru::NotificationChannel object: $result = $service_obj->Method(...); $result->Att1->Config DESCRIPTIONInformation about a notification channel. A notification channel is used to notify you when DevOps Guru creates an insight. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS). 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 (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html). 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 (https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html). ATTRIBUTESConfig => Paws::DevOpsGuru::NotificationChannelConfigA "NotificationChannelConfig" object that contains information about configured notification channels. Id => StrThe ID of a notification channel. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DevOpsGuru BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|