//go:build no_runtime_type_checking package awsecs // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnClusterCapacityProviderAssociations) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnClusterCapacityProviderAssociations_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnClusterCapacityProviderAssociations_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnClusterCapacityProviderAssociations_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnClusterCapacityProviderAssociations) validateSetCapacityProvidersParameters(val *[]*string) error { return nil } func (j *jsiiProxy_CfnClusterCapacityProviderAssociations) validateSetClusterParameters(val *string) error { return nil } func (j *jsiiProxy_CfnClusterCapacityProviderAssociations) validateSetDefaultCapacityProviderStrategyParameters(val interface{}) error { return nil } func validateNewCfnClusterCapacityProviderAssociationsParameters(scope constructs.Construct, id *string, props *CfnClusterCapacityProviderAssociationsProps) error { return nil }