Skip to content

Latest commit

 

History

History
444 lines (417 loc) · 23 KB

modules.md

File metadata and controls

444 lines (417 loc) · 23 KB

aws-iam-policy-types / Exports

aws-iam-policy-types

Table of contents

Enumerations

Interfaces

Type Aliases

Type Aliases

AwsIAMPolicyStatement

Ƭ AwsIAMPolicyStatement: AwsIAMPolicyStatementBase & Partial<ResourceField> & Partial<NotResourceField> & Partial<ActionField> & Partial<NotActionField>

See https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_statement.html

Defined in

types/index.ts:90


AwsIAMPolicyVersion

Ƭ AwsIAMPolicyVersion: "2012-10-17" | "2008-10-17"

See https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_version.html

Defined in

types/index.ts:20


ExclusiveAwsIAMPolicyStatement

Ƭ ExclusiveAwsIAMPolicyStatement: Either<Either<AwsIAMPolicyStatementBase, ResourceField, NotResourceField>, ActionField, NotActionField>

Same as AwsIAMPolicyStatement, except the type is inferred to allow only one of Action/NotAction, and only one of Resource/NotResource.

See https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_statement.html

Defined in

types/index.ts:102