def get_vpc_public_subnet_ids()

in redshift_poc_automation/stacks/vpc_stack.py [0:0]


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