IamConfig / GroupSetConfig

IAM group set configuration

groupSets:
- deploymentTargets:
accounts:
- Management
groups:
- name: Admins
policies:
awsManaged:
- AdministratorAccess
interface IGroupSetConfig {
    deploymentTargets: IDeploymentTargets;
    groups: IGroupConfig[];
}

Properties

deploymentTargets: IDeploymentTargets

Group set's deployment targets

groups: IGroupConfig[]

List of IAM group objects