//go:build no_runtime_type_checking package awsroute53patterns // Building without runtime type checking enabled, so all the below just return nil func validateHttpsRedirect_IsConstructParameters(x interface{}) error { return nil } func validateNewHttpsRedirectParameters(scope constructs.Construct, id *string, props *HttpsRedirectProps) error { return nil }