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.ContactChannel

Description

 
Synopsis

Documentation

data ContactChannel Source #

The method that Incident Manager uses to engage a contact.

See: newContactChannel smart constructor.

Constructors

ContactChannel' 

Fields

Instances

Instances details
Eq ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

Read ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

Show ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

Generic ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

Associated Types

type Rep ContactChannel :: Type -> Type #

NFData ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

Methods

rnf :: ContactChannel -> () #

Hashable ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

FromJSON ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

type Rep ContactChannel Source # 
Instance details

Defined in Amazonka.SSMContacts.Types.ContactChannel

type Rep ContactChannel = D1 ('MetaData "ContactChannel" "Amazonka.SSMContacts.Types.ContactChannel" "libZSservicesZSamazonka-ssm-contactsZSamazonka-ssm-contacts" 'False) (C1 ('MetaCons "ContactChannel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelType)) :*: (S1 ('MetaSel ('Just "contactChannelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deliveryAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContactChannelAddress) :*: S1 ('MetaSel ('Just "activationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActivationStatus)))))

newContactChannel Source #

Create a value of ContactChannel 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:type':ContactChannel', contactChannel_type - The type of the contact channel. Incident Manager supports three contact methods:

  • SMS
  • VOICE
  • EMAIL

$sel:contactChannelArn:ContactChannel', contactChannel_contactChannelArn - The Amazon Resource Name (ARN) of the contact channel.

$sel:contactArn:ContactChannel', contactChannel_contactArn - The ARN of the contact that contains the contact channel.

$sel:name:ContactChannel', contactChannel_name - The name of the contact channel.

$sel:deliveryAddress:ContactChannel', contactChannel_deliveryAddress - The details that Incident Manager uses when trying to engage the contact channel.

$sel:activationStatus:ContactChannel', contactChannel_activationStatus - A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.

contactChannel_type :: Lens' ContactChannel (Maybe ChannelType) Source #

The type of the contact channel. Incident Manager supports three contact methods:

  • SMS
  • VOICE
  • EMAIL

contactChannel_contactChannelArn :: Lens' ContactChannel Text Source #

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

contactChannel_contactArn :: Lens' ContactChannel Text Source #

The ARN of the contact that contains the contact channel.

contactChannel_name :: Lens' ContactChannel Text Source #

The name of the contact channel.

contactChannel_deliveryAddress :: Lens' ContactChannel ContactChannelAddress Source #

The details that Incident Manager uses when trying to engage the contact channel.

contactChannel_activationStatus :: Lens' ContactChannel ActivationStatus Source #

A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.