start_assessment
(**kwargs)¶Starts the assessment of an on-premises environment.
See also: AWS API Documentation
Request Syntax
response = client.start_assessment(
assessmentTargets=[
{
'condition': 'EQUALS'|'NOT_EQUALS'|'CONTAINS'|'NOT_CONTAINS',
'name': 'string',
'values': [
'string',
]
},
],
s3bucketForAnalysisData='string',
s3bucketForReportData='string'
)
List of criteria for assessment.
Defines the criteria of assessment.
Condition of an assessment.
Name of an assessment.
Values of an assessment.
migrationhub-strategy-
.migrationhub-strategy-
.dict
Response Syntax
{
'assessmentId': 'string'
}
Response Structure
(dict) --
assessmentId (string) --
The ID of the assessment.
Exceptions
MigrationHubStrategyRecommendations.Client.exceptions.AccessDeniedException
MigrationHubStrategyRecommendations.Client.exceptions.ThrottlingException
MigrationHubStrategyRecommendations.Client.exceptions.ServiceQuotaExceededException
MigrationHubStrategyRecommendations.Client.exceptions.InternalServerException