libZSservicesZSamazonka-budgetsZSamazonka-budgets
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.Budgets.Types.IamActionDefinition

Description

 
Synopsis

Documentation

data IamActionDefinition Source #

The AWS Identity and Access Management (IAM) action definition details.

See: newIamActionDefinition smart constructor.

Constructors

IamActionDefinition' 

Fields

Instances

Instances details
Eq IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

Read IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

Show IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

Generic IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

Associated Types

type Rep IamActionDefinition :: Type -> Type #

NFData IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

Methods

rnf :: IamActionDefinition -> () #

Hashable IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

ToJSON IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

FromJSON IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

type Rep IamActionDefinition Source # 
Instance details

Defined in Amazonka.Budgets.Types.IamActionDefinition

type Rep IamActionDefinition = D1 ('MetaData "IamActionDefinition" "Amazonka.Budgets.Types.IamActionDefinition" "libZSservicesZSamazonka-budgetsZSamazonka-budgets" 'False) (C1 ('MetaCons "IamActionDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "users") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "policyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIamActionDefinition Source #

Create a value of IamActionDefinition 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:groups:IamActionDefinition', iamActionDefinition_groups - A list of groups to be attached. There must be at least one group.

$sel:roles:IamActionDefinition', iamActionDefinition_roles - A list of roles to be attached. There must be at least one role.

$sel:users:IamActionDefinition', iamActionDefinition_users - A list of users to be attached. There must be at least one user.

$sel:policyArn:IamActionDefinition', iamActionDefinition_policyArn - The Amazon Resource Name (ARN) of the policy to be attached.

iamActionDefinition_groups :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #

A list of groups to be attached. There must be at least one group.

iamActionDefinition_roles :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #

A list of roles to be attached. There must be at least one role.

iamActionDefinition_users :: Lens' IamActionDefinition (Maybe (NonEmpty Text)) Source #

A list of users to be attached. There must be at least one user.

iamActionDefinition_policyArn :: Lens' IamActionDefinition Text Source #

The Amazon Resource Name (ARN) of the policy to be attached.