IamConfig / RoleSetConfig / RoleConfig / AssumedByConfig

AssumedBy configuration

Example

- principal: ec2.amazonaws.com
type: service

Hierarchy

  • AssumedByConfig

Implements

Constructors

Properties

Constructors

Properties

principal: string = ''

IAM principal of either service, account or provider type.

IAM principal of sns service type (i.e. new ServicePrincipal('sns.amazonaws.com')), which can assume this role.

type: "service" | "account" | "provider"

Type of IAM principal type like service, account or provider, which can assume this role.

Generated using TypeDoc