//go:build no_runtime_type_checking package awscdkgameliftalpha // Building without runtime type checking enabled, so all the below just return nil func (m *jsiiProxy_MatchmakingConfigurationBase) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricParameters(metricName *string, props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricCurrentTicketsParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricMatchesAcceptedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricMatchesCreatedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricMatchesPlacedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricMatchesRejectedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricPlayersStartedParameters(props *awscloudwatch.MetricOptions) error { return nil } func (m *jsiiProxy_MatchmakingConfigurationBase) validateMetricTimeToMatchParameters(props *awscloudwatch.MetricOptions) error { return nil } func validateMatchmakingConfigurationBase_FromMatchmakingConfigurationAttributesParameters(scope constructs.Construct, id *string, attrs *MatchmakingConfigurationAttributes) error { return nil } func validateMatchmakingConfigurationBase_IsConstructParameters(x interface{}) error { return nil } func validateMatchmakingConfigurationBase_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateMatchmakingConfigurationBase_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewMatchmakingConfigurationBaseParameters(scope constructs.Construct, id *string, props *awscdk.ResourceProps) error { return nil }