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