@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Interface IEcsFargateService

    Interface for EcsFargateService outputs.

    interface IEcsFargateService {
        cluster: ICluster;
        container: ContainerDefinition;
        scalableTarget?: ScalableTaskCount;
        securityGroup: SecurityGroup;
        service: FargateService;
        taskDefinition: FargateTaskDefinition;
        vpc: IVpc;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    cluster: ICluster

    The ECS cluster

    container: ContainerDefinition

    The main container definition

    scalableTarget?: ScalableTaskCount

    The auto-scaling target (if auto-scaling is enabled)

    securityGroup: SecurityGroup

    The security group for ECS tasks

    service: FargateService

    The Fargate service

    taskDefinition: FargateTaskDefinition

    The Fargate task definition

    vpc: IVpc

    The VPC where resources are deployed