@aws-sdk/client-workmail

GetImpersonationRoleEffectCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Effect AccessEffect | undefined

Effect of the impersonation role on the target user based on its rules. Available effects are ALLOW or DENY.

MatchedRules ImpersonationMatchedRule[] | undefined

A list of the rules that match the input and produce the configured effect.

Type ImpersonationRoleType | undefined

The impersonation role type.

Full Signature

export interface GetImpersonationRoleEffectCommandOutput extends GetImpersonationRoleEffectResponse, MetadataBearer