//go:build no_runtime_type_checking package awsses // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnConfigurationSetEventDestination) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnConfigurationSetEventDestination_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnConfigurationSetEventDestination_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnConfigurationSetEventDestination_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnConfigurationSetEventDestination) validateSetConfigurationSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnConfigurationSetEventDestination) validateSetEventDestinationParameters(val interface{}) error { return nil } func validateNewCfnConfigurationSetEventDestinationParameters(scope constructs.Construct, id *string, props *CfnConfigurationSetEventDestinationProps) error { return nil }