Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface UpdateApplicationComponentConfigCommandInputProtected

Hierarchy

Properties

appType?: string

The type of known component.

applicationComponentId: undefined | string

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

configureOnly?: boolean

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?: string

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

secretsManagerKey?: string

Database credentials.

sourceCodeList?: SourceCode[]

The list of source code configurations to update for the application component.

strategyOption?: StrategyOption

The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.