MDAA TS Docs
    Preparing search index...

    Props for the MdaaTableBucketPolicy construct.

    interface MdaaTableBucketPolicyProps {
        additionalStatements?: PolicyStatement[];
        createOutputs?: boolean;
        createParams?: boolean;
        naming: IMdaaResourceNaming;
        tableBucketArn: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalStatements?: PolicyStatement[]

    Additional IAM policy statements (e.g. the deny-all baseline and grant Allow statements) to include alongside the mandatory deny-non-TLS statement. Typed as CDK PolicyStatement so statement content is validated at compile time. Omit for a TLS-only policy.

    createOutputs?: boolean

    Flag controlling CloudFormation output and stack export creation for construct resources

    createParams?: boolean

    Flag controlling SSM parameter creation for construct resource references enabling

    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    tableBucketArn: string

    ARN of the table bucket the policy is attached to.