libZSservicesZSamazonka-stsZSamazonka-sts
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.STS.Types.PolicyDescriptorType

Description

 
Synopsis

Documentation

data PolicyDescriptorType Source #

A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.

See: newPolicyDescriptorType smart constructor.

Constructors

PolicyDescriptorType' 

Fields

Instances

Instances details
Eq PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

Read PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

Show PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

Generic PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

Associated Types

type Rep PolicyDescriptorType :: Type -> Type #

NFData PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

Methods

rnf :: PolicyDescriptorType -> () #

Hashable PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

ToQuery PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

type Rep PolicyDescriptorType Source # 
Instance details

Defined in Amazonka.STS.Types.PolicyDescriptorType

type Rep PolicyDescriptorType = D1 ('MetaData "PolicyDescriptorType" "Amazonka.STS.Types.PolicyDescriptorType" "libZSservicesZSamazonka-stsZSamazonka-sts" 'False) (C1 ('MetaCons "PolicyDescriptorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPolicyDescriptorType :: PolicyDescriptorType Source #

Create a value of PolicyDescriptorType 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:PolicyDescriptorType', policyDescriptorType_arn - The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

policyDescriptorType_arn :: Lens' PolicyDescriptorType (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.