amazonka-ssm-contacts-2.0: Amazon Systems Manager Incident Manager Contacts SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMContacts.Types.ChannelTargetInfo

Description

 
Synopsis

Documentation

data ChannelTargetInfo Source #

Information about the contact channel that Incident Manager uses to engage the contact.

See: newChannelTargetInfo smart constructor.

Constructors

ChannelTargetInfo' 

Fields

Instances

Instances details
FromJSON ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

ToJSON ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Generic ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Associated Types

type Rep ChannelTargetInfo :: Type -> Type #

Read ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Show ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

NFData ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Methods

rnf :: ChannelTargetInfo -> () #

Eq ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Hashable ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

type Rep ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

type Rep ChannelTargetInfo = D1 ('MetaData "ChannelTargetInfo" "Amazonka.SSMContacts.Types.ChannelTargetInfo" "amazonka-ssm-contacts-2.0-ItNmOyIH300HIsnE5QTEXx" 'False) (C1 ('MetaCons "ChannelTargetInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "retryIntervalInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "contactChannelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newChannelTargetInfo Source #

Create a value of ChannelTargetInfo 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:retryIntervalInMinutes:ChannelTargetInfo', channelTargetInfo_retryIntervalInMinutes - The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

$sel:contactChannelId:ChannelTargetInfo', channelTargetInfo_contactChannelId - The Amazon Resource Name (ARN) of the contact channel.

channelTargetInfo_retryIntervalInMinutes :: Lens' ChannelTargetInfo (Maybe Natural) Source #

The number of minutes to wait to retry sending engagement in the case the engagement initially fails.

channelTargetInfo_contactChannelId :: Lens' ChannelTargetInfo Text Source #

The Amazon Resource Name (ARN) of the contact channel.