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