def get_vpc_public_subnet_ids()

in redshift_benchmark/lib/cdkVPCStack.py [0:0]


    def get_vpc_public_subnet_ids(self):
        return self.vpc.select_subnets(
            subnet_type=ec2.SubnetType.PUBLIC
        ).subnet_ids