//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_SlackConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_SlackConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SlackConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SlackConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_SlackConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_SlackConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateSlackConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateSlackConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateSlackConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateSlackConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateSlackConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewSlackConnectorProfileParameters(scope constructs.Construct, id *string, props *SlackConnectorProfileProps) error { return nil }