amazonka-sso-admin-2.0: Amazon Single Sign-On Admin 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.SSOAdmin.Types.AttachedManagedPolicy

Description

 
Synopsis

Documentation

data AttachedManagedPolicy Source #

A structure that stores the details of the AWS managed policy.

See: newAttachedManagedPolicy smart constructor.

Constructors

AttachedManagedPolicy' 

Fields

Instances

Instances details
FromJSON AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

Generic AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

Associated Types

type Rep AttachedManagedPolicy :: Type -> Type #

Read AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

Show AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

NFData AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

Methods

rnf :: AttachedManagedPolicy -> () #

Eq AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

Hashable AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

type Rep AttachedManagedPolicy Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.AttachedManagedPolicy

type Rep AttachedManagedPolicy = D1 ('MetaData "AttachedManagedPolicy" "Amazonka.SSOAdmin.Types.AttachedManagedPolicy" "amazonka-sso-admin-2.0-HhKPJAnDdA18B4mnMjNqZF" 'False) (C1 ('MetaCons "AttachedManagedPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAttachedManagedPolicy :: AttachedManagedPolicy Source #

Create a value of AttachedManagedPolicy 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:arn:AttachedManagedPolicy', attachedManagedPolicy_arn - The ARN of the AWS managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

$sel:name:AttachedManagedPolicy', attachedManagedPolicy_name - The name of the AWS managed policy.

attachedManagedPolicy_arn :: Lens' AttachedManagedPolicy (Maybe Text) Source #

The ARN of the AWS managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

attachedManagedPolicy_name :: Lens' AttachedManagedPolicy (Maybe Text) Source #

The name of the AWS managed policy.