//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_ServiceNowConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_ServiceNowConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_ServiceNowConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_ServiceNowConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_ServiceNowConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_ServiceNowConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateServiceNowConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateServiceNowConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateServiceNowConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateServiceNowConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateServiceNowConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewServiceNowConnectorProfileParameters(scope constructs.Construct, id *string, props *ServiceNowConnectorProfileProps) error { return nil }