libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts
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.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
Eq ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Read ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Show 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 #

NFData ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

Methods

rnf :: ChannelTargetInfo -> () #

Hashable ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

ToJSON ChannelTargetInfo Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ChannelTargetInfo

FromJSON 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" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" '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.