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

Description

 
Synopsis

Documentation

data CustomerManagedPolicyReference Source #

Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.

See: newCustomerManagedPolicyReference smart constructor.

Constructors

CustomerManagedPolicyReference' 

Fields

  • path :: Maybe Text

    The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.

  • name :: Text

    The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

Instances

Instances details
FromJSON CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

ToJSON CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

Generic CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

Associated Types

type Rep CustomerManagedPolicyReference :: Type -> Type #

Read CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

Show CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

NFData CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

Eq CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

Hashable CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

type Rep CustomerManagedPolicyReference Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.CustomerManagedPolicyReference

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

newCustomerManagedPolicyReference Source #

Create a value of CustomerManagedPolicyReference 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:path:CustomerManagedPolicyReference', customerManagedPolicyReference_path - The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.

$sel:name:CustomerManagedPolicyReference', customerManagedPolicyReference_name - The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

customerManagedPolicyReference_path :: Lens' CustomerManagedPolicyReference (Maybe Text) Source #

The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.

customerManagedPolicyReference_name :: Lens' CustomerManagedPolicyReference Text Source #

The name of the IAM policy that you have configured in each account where you want to deploy your permission set.