MDAA TS Docs
    Preparing search index...

    Interface GenerateManagedPolicyWithNameProps

    interface GenerateManagedPolicyWithNameProps {
        name: string;
        policyDocument: PolicyDocument;
        statements?: PolicyStatement[];
        suppressions?: SuppressionProps[];
        verbatimPolicyName?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: string

    Name of the managed policy.

    policyDocument: PolicyDocument

    Managed policy document contents.

    statements?: PolicyStatement[]

    Additional policy statements that may be added to policyDocument

    suppressions?: SuppressionProps[]

    CDK Nag suppressions if policyDocument generates Nags.

    verbatimPolicyName?: boolean

    If true (default false), policy name will be set verbatim instead of using the naming class