//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_SalesforceMarketingCloudConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateSalesforceMarketingCloudConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateSalesforceMarketingCloudConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateSalesforceMarketingCloudConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateSalesforceMarketingCloudConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateSalesforceMarketingCloudConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewSalesforceMarketingCloudConnectorProfileParameters(scope constructs.Construct, id *string, props *SalesforceMarketingCloudConnectorProfileProps) error { return nil }