//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (r *jsiiProxy_RedshiftConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (r *jsiiProxy_RedshiftConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (r *jsiiProxy_RedshiftConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (r *jsiiProxy_RedshiftConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (r *jsiiProxy_RedshiftConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (r *jsiiProxy_RedshiftConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateRedshiftConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateRedshiftConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateRedshiftConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateRedshiftConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateRedshiftConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewRedshiftConnectorProfileParameters(scope constructs.Construct, id *string, props *RedshiftConnectorProfileProps) error { return nil }