//go:build no_runtime_type_checking package awscdkapprunneralpha // Building without runtime type checking enabled, so all the below just return nil func (e *jsiiProxy_EcrSource) validateBindParameters(_scope constructs.Construct) error { return nil } func validateEcrSource_FromAssetParameters(props *AssetProps) error { return nil } func validateEcrSource_FromEcrParameters(props *EcrProps) error { return nil } func validateEcrSource_FromEcrPublicParameters(props *EcrPublicProps) error { return nil } func validateEcrSource_FromGitHubParameters(props *GithubRepositoryProps) error { return nil } func validateNewEcrSourceParameters(props *EcrProps) error { return nil }