//go:build no_runtime_type_checking package awsappstream // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnDirectoryConfig) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnDirectoryConfig) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnDirectoryConfig_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnDirectoryConfig_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnDirectoryConfig_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnDirectoryConfig) validateSetCertificateBasedAuthPropertiesParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnDirectoryConfig) validateSetDirectoryNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnDirectoryConfig) validateSetOrganizationalUnitDistinguishedNamesParameters(val *[]*string) error { return nil } func (j *jsiiProxy_CfnDirectoryConfig) validateSetServiceAccountCredentialsParameters(val interface{}) error { return nil } func validateNewCfnDirectoryConfigParameters(scope constructs.Construct, id *string, props *CfnDirectoryConfigProps) error { return nil }