—# Generated by default/object.tt
has
Config
=> (
is
=>
'ro'
,
isa
=>
'Paws::DevOpsGuru::NotificationChannelConfig'
);
has
Id
=> (
is
=>
'ro'
,
isa
=>
'Str'
);
1;
### main pod documentation begin ###
=head1 NAME
Paws::DevOpsGuru::NotificationChannel
=head1 USAGE
This class represents one of two things:
=head3 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 });
=head3 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
=head1 DESCRIPTION
Information 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
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
KMSE<ndash>encrypted Amazon SNS topics
=head1 ATTRIBUTES
=head2 Config => L<Paws::DevOpsGuru::NotificationChannelConfig>
A C<NotificationChannelConfig> object that contains information about
configured notification channels.
=head2 Id => Str
The ID of a notification channel.
=head1 SEE ALSO
This class forms part of L<Paws>, describing an object used in L<Paws::DevOpsGuru>
=head1 BUGS and CONTRIBUTIONS
The source code is located here: L<https://github.com/pplu/aws-sdk-perl>
Please report bugs to: L<https://github.com/pplu/aws-sdk-perl/issues>
=cut