Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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.
PolicyDescriptorType' | |
|
Instances
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.