MDAA TS Docs
    Preparing search index...

    Interface MdaaECSClusterProps

    Properties for creating a Compliance ECS cluster

    interface MdaaECSClusterProps {
        capacity?: AddCapacityOptions;
        clusterName?: string;
        createOutputs?: boolean;
        createParams?: boolean;
        defaultCloudMapNamespace?: CloudMapNamespaceOptions;
        enableFargateCapacityProviders?: boolean;
        kmsKey: IKey;
        logGroup: ILogGroup;
        naming: IMdaaResourceNaming;
        vpc: IVpc;
    }

    Hierarchy (View Summary)

    Index

    Properties

    capacity?: AddCapacityOptions

    EC2 capacity configuration for ECS cluster compute resources enabling container hosting and

    clusterName?: string
    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

    defaultCloudMapNamespace?: CloudMapNamespaceOptions
    enableFargateCapacityProviders?: boolean
    kmsKey: IKey
    logGroup: ILogGroup
    naming: IMdaaResourceNaming

    MDAA naming implementation for consistent resource naming across all MDAA constructs

    vpc: IVpc

    VPC for ECS cluster deployment providing network isolation and security controls for