v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422222115.9 KB

Updates the configuration of an application component.

post/update-applicationcomponent-config/

Request body

appType'DotNetFramework' | 'Java' | 'SQLServer' | 'IIS' | 'Oracle' | 'Other' | 'Tomcat' | 'JBoss' | 'Spring' | 'Mongo DB' | 'DB2' | 'Maria DB' | 'MySQL' | 'Sybase' | 'PostgreSQLServer' | 'Cassandra' | 'IBM WebSphere' | 'Oracle WebLogic' | 'Visual Basic' | 'Unknown' | 'DotnetCore' | 'Dotnet'

The type of known component.

applicationComponentIdstring required

The ID of the application component. The ID is unique within an AWS account.

configureOnlyboolean

Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.

inclusionStatus'excludeFromAssessment' | 'includeInAssessment'

Indicates whether the application component has been included for server recommendation or not.

secretsManagerKeystring password

Database credentials.

Response

Success

UpdateApplicationComponentConfigResponse required