//go:build no_runtime_type_checking package awsnimblestudio // Building without runtime type checking enabled, so all the below just return nil func (c *jsiiProxy_CfnLaunchProfile) validateAddDeletionOverrideParameters(path *string) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddDependsOnParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddMetadataParameters(key *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddOverrideParameters(path *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddPropertyDeletionOverrideParameters(propertyPath *string) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateAddPropertyOverrideParameters(propertyPath *string, value interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateApplyRemovalPolicyParameters(options *awscdk.RemovalPolicyOptions) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateGetAttParameters(attributeName *string) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateGetMetadataParameters(key *string) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateInspectParameters(inspector awscdk.TreeInspector) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateOverrideLogicalIdParameters(newLogicalId *string) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateRemoveDependencyParameters(target awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateRenderPropertiesParameters(props *map[string]interface{}) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateReplaceDependencyParameters(target awscdk.CfnResource, newTarget awscdk.CfnResource) error { return nil } func (c *jsiiProxy_CfnLaunchProfile) validateValidatePropertiesParameters(_properties interface{}) error { return nil } func validateCfnLaunchProfile_IsCfnElementParameters(x interface{}) error { return nil } func validateCfnLaunchProfile_IsCfnResourceParameters(construct constructs.IConstruct) error { return nil } func validateCfnLaunchProfile_IsConstructParameters(x interface{}) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetEc2SubnetIdsParameters(val *[]*string) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetLaunchProfileProtocolVersionsParameters(val *[]*string) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetNameParameters(val *string) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetStreamConfigurationParameters(val interface{}) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetStudioComponentIdsParameters(val *[]*string) error { return nil } func (j *jsiiProxy_CfnLaunchProfile) validateSetStudioIdParameters(val *string) error { return nil } func validateNewCfnLaunchProfileParameters(scope constructs.Construct, id *string, props *CfnLaunchProfileProps) error { return nil }