def bind()

in centralized_vpc_endpoints/centralized_vpc_endpoints_stack.py [0:0]


    def bind(self, _, _a):
        return route53.AliasRecordTargetConfig(
            dns_name=cdk.Fn.select(1, cdk.Fn.split(":", self.remote_endpoint_config)),
            hosted_zone_id=cdk.Fn.select(0, cdk.Fn.split(":", self.remote_endpoint_config)),
        )