amazonka-controltower-2.0: Amazon Control Tower 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.ControlTower.Types.EnabledControlSummary

Description

 
Synopsis

Documentation

data EnabledControlSummary Source #

A summary of enabled controls.

See: newEnabledControlSummary smart constructor.

Constructors

EnabledControlSummary' 

Fields

  • controlIdentifier :: Maybe Text

    The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.

Instances

Instances details
FromJSON EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

Generic EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

Associated Types

type Rep EnabledControlSummary :: Type -> Type #

Read EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

Show EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

NFData EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

Methods

rnf :: EnabledControlSummary -> () #

Eq EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

Hashable EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

type Rep EnabledControlSummary Source # 
Instance details

Defined in Amazonka.ControlTower.Types.EnabledControlSummary

type Rep EnabledControlSummary = D1 ('MetaData "EnabledControlSummary" "Amazonka.ControlTower.Types.EnabledControlSummary" "amazonka-controltower-2.0-D5OXoInTRe9EXmxA0ATl1r" 'False) (C1 ('MetaCons "EnabledControlSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnabledControlSummary :: EnabledControlSummary Source #

Create a value of EnabledControlSummary 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:controlIdentifier:EnabledControlSummary', enabledControlSummary_controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.

enabledControlSummary_controlIdentifier :: Lens' EnabledControlSummary (Maybe Text) Source #

The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.