//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (z *jsiiProxy_ZendeskConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (z *jsiiProxy_ZendeskConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (z *jsiiProxy_ZendeskConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (z *jsiiProxy_ZendeskConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (z *jsiiProxy_ZendeskConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (z *jsiiProxy_ZendeskConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateZendeskConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateZendeskConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateZendeskConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateZendeskConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateZendeskConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewZendeskConnectorProfileParameters(scope constructs.Construct, id *string, props *ZendeskConnectorProfileProps) error { return nil }