Custom policy overrides configuration for S3 resource and KMS

Remarks

Use this configuration to use provide files with JSON string to override bucket and KSM key policy.

Hierarchy

  • CustomS3ResourceAndKmsPolicyOverridesConfig

Implements

Constructors

Properties

Constructors

Properties

kmsPolicy: undefined | string = undefined

KSM policy file

Remarks

S3 bucket encryption policy file containing JSON string with policy statements. Solution will overwrite bucket encryption key policy with the context of the file.

s3Policy: undefined | string = undefined

S3 resource policy file

Remarks

S3 resource policy file containing JSON string with policy statements. Solution will overwrite bucket resource policy with the context of the file.

Generated using TypeDoc