//go:build no_runtime_type_checking package awsses // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnEmailIdentity) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnEmailIdentity) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnEmailIdentity_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnEmailIdentity_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnEmailIdentity_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetConfigurationSetAttributesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetDkimAttributesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetDkimSigningAttributesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetEmailIdentityParameters(val *string) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetFeedbackAttributesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnEmailIdentity) validateSetMailFromAttributesParameters(val interface{}) error { return nil } func validateNewCfnEmailIdentityParameters(scope constructs.Construct, id *string, props *CfnEmailIdentityProps) error { return nil }