//go:build no_runtime_type_checking package awscloudtrail // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnEventDataStore) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEventDataStore) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnEventDataStore_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnEventDataStore_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnEventDataStore_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetAdvancedEventSelectorsParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetIngestionEnabledParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetMultiRegionEnabledParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetOrganizationEnabledParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func (j *jsiiProxy_CfnEventDataStore) validateSetTerminationProtectionEnabledParameters(val interface{}) error { return nil } func validateNewCfnEventDataStoreParameters(scope constructs.Construct, id *string, props *CfnEventDataStoreProps) error { return nil }