//go:build no_runtime_type_checking package awssecretsmanager // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnRotationSchedule) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnRotationSchedule) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnRotationSchedule_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnRotationSchedule_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnRotationSchedule_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnRotationSchedule) validateSetHostedRotationLambdaParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnRotationSchedule) validateSetRotateImmediatelyOnUpdateParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnRotationSchedule) validateSetRotationRulesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnRotationSchedule) validateSetSecretIdParameters(val *string) error { return nil } func validateNewCfnRotationScheduleParameters(scope constructs.Construct, id *string, props *CfnRotationScheduleProps) error { return nil }