IamConfig / GroupSetConfig / GroupConfig

IAM group configuration

Example

- name: Admins
policies:
awsManaged:
- AdministratorAccess

Hierarchy

  • GroupConfig

Implements

Constructors

Properties

Constructors

Properties

name: string = ''

A name for the IAM group. For valid values, see the GroupName parameter for the CreateGroup action in the IAM API Reference. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.

If you specify a name, you must specify the CAPABILITY_NAMED_IAM value to acknowledge your template's capabilities. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.

policies: undefined | PoliciesConfig = undefined

List of policy objects

Generated using TypeDoc