//go:build no_runtime_type_checking package awskms // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnKey) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnKey) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnKey) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnKey) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnKey) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnKey) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnKey) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnKey) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnKey) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnKey) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnKey) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnKey) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnKey) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnKey) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnKey) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnKey) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnKey_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnKey_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnKey_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnKey) validateSetEnabledParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnKey) validateSetEnableKeyRotationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnKey) validateSetKeyPolicyParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnKey) validateSetMultiRegionParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnKey) validateSetTagsRawParameters(val *[]*awscdk.CfnTag) error { return nil } func validateNewCfnKeyParameters(scope constructs.Construct, id *string, props *CfnKeyProps) error { return nil }