MDAA TS Docs
    Preparing search index...

    Configuration for a project security group with VPC placement and egress rules.

    Use cases: Network security configuration; VPC security groups; Egress rule management; Network access control; Infrastructure security; Secure communication

    AWS: EC2 security groups with VPC placement and configurable egress rules for DataOps project network security and access control

    Validation: vpcId must be valid VPC identifier; securityGroupEgressRules must be valid MdaaSecurityGroupRuleProps if specified; egress rules must be properly configured

    interface SecurityGroupConfigProps {
        securityGroupEgressRules?: MdaaSecurityGroupRuleProps;
        vpcId: string;
    }
    Index

    Properties

    securityGroupEgressRules?: MdaaSecurityGroupRuleProps

    Egress rules for outbound traffic control.

    vpcId: string

    VPC ID for security group deployment.