PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SNS::GetTopicAttributesResponse; use Moose; has Attributes => (is => 'ro', isa => 'Paws::SNS::TopicAttributesMap'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SNS::GetTopicAttributesResponse =head1 ATTRIBUTES =head2 Attributes => L A map of the topic's attributes. Attributes in this map include the following: =over =item * C E The JSON serialization of the topic's delivery policy. =item * C E The human-readable name used in the C field for notifications to C and C endpoints. =item * C E The account ID of the topic's owner. =item * C E The JSON serialization of the topic's access control policy. =item * C E The number of confirmed subscriptions for the topic. =item * C E The number of deleted subscriptions for the topic. =item * C E The number of subscriptions pending confirmation for the topic. =item * C E The topic's ARN. =item * C E The JSON serialization of the effective delivery policy, taking system defaults into account. =back The following attribute applies only to server-side-encryption (https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html): =over =item * C - The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms (https://docs.aws.amazon.com/sns/latest/dg/sns-server-side-encryption.html#sse-key-terms). For more examples, see KeyId (https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the I. =back The following attributes apply only to FIFO topics (https://docs.aws.amazon.com/sns/latest/dg/sns-fifo-topics.html): =over =item * C E When this is set to C, a FIFO topic is created. =item * C E Enables content-based deduplication for FIFO topics. =over =item * By default, C is set to C. If you create a FIFO topic and this attribute is C, you must specify a value for the C parameter for the Publish (https://docs.aws.amazon.com/sns/latest/api/API_Publish.html) action. =item * When you set C to C, Amazon SNS uses a SHA-256 hash to generate the C using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the C parameter for the C action. =back =back =head2 _request_id => Str =cut