libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Description

 
Synopsis

Documentation

data AwsSnsTopicDetails Source #

A wrapper type for the topic's ARN.

See: newAwsSnsTopicDetails smart constructor.

Constructors

AwsSnsTopicDetails' 

Fields

Instances

Instances details
Eq AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Read AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Show AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Generic AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Associated Types

type Rep AwsSnsTopicDetails :: Type -> Type #

NFData AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

Methods

rnf :: AwsSnsTopicDetails -> () #

Hashable AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

ToJSON AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

FromJSON AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

type Rep AwsSnsTopicDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSnsTopicDetails

type Rep AwsSnsTopicDetails = D1 ('MetaData "AwsSnsTopicDetails" "Amazonka.SecurityHub.Types.AwsSnsTopicDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsSnsTopicDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsMasterKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subscription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsSnsTopicSubscription])))))

newAwsSnsTopicDetails :: AwsSnsTopicDetails Source #

Create a value of AwsSnsTopicDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kmsMasterKeyId:AwsSnsTopicDetails', awsSnsTopicDetails_kmsMasterKeyId - The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.

$sel:topicName:AwsSnsTopicDetails', awsSnsTopicDetails_topicName - The name of the topic.

$sel:owner:AwsSnsTopicDetails', awsSnsTopicDetails_owner - The subscription's owner.

$sel:subscription:AwsSnsTopicDetails', awsSnsTopicDetails_subscription - Subscription is an embedded property that describes the subscription endpoints of an SNS topic.

awsSnsTopicDetails_kmsMasterKeyId :: Lens' AwsSnsTopicDetails (Maybe Text) Source #

The ID of an Amazon Web Services managed key for Amazon SNS or a customer managed key.

awsSnsTopicDetails_subscription :: Lens' AwsSnsTopicDetails (Maybe [AwsSnsTopicSubscription]) Source #

Subscription is an embedded property that describes the subscription endpoints of an SNS topic.