/AWS1/CL_COPECSSVCRECOMMENDA03¶
Describes the recommendation options for an Amazon ECS service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_memory TYPE /AWS1/COPNULLABLEMEMORY /AWS1/COPNULLABLEMEMORY¶
The memory size of the Amazon ECS service recommendation option.
iv_cpu TYPE /AWS1/COPNULLABLECPU /AWS1/COPNULLABLECPU¶
The CPU size of the Amazon ECS service recommendation option.
io_savingsopportunity TYPE REF TO /AWS1/CL_COPSAVINGSOPPORTUNITY /AWS1/CL_COPSAVINGSOPPORTUNITY¶
Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.
Savings opportunity represents the estimated monthly savings you can achieve by implementing a given Compute Optimizer recommendation.
Savings opportunity data requires that you opt in to Cost Explorer, as well as activate Receive Amazon EC2 resource recommendations in the Cost Explorer preferences page. That creates a connection between Cost Explorer and Compute Optimizer. With this connection, Cost Explorer generates savings estimates considering the price of existing resources, the price of recommended resources, and historical usage data. Estimated monthly savings reflects the projected dollar savings associated with each of the recommendations generated. For more information, see Enabling Cost Explorer and Optimizing your cost with Rightsizing Recommendations in the Cost Management User Guide.
io_savingsopportunityafrdi00 TYPE REF TO /AWS1/CL_COPECSSAVINGSOPPORT00 /AWS1/CL_COPECSSAVINGSOPPORT00¶
Describes the savings opportunity for Amazon ECS service recommendations or for the recommendation option.
Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
it_projectedutilizationmet TYPE /AWS1/CL_COPECSSVCPROJECTEDU00=>TT_ECSSVCPROJECTEDUTILIZATIO00 TT_ECSSVCPROJECTEDUTILIZATIO00¶
An array of objects that describe the projected utilization metrics of the Amazon ECS service recommendation option.
it_containerrecommendations TYPE /AWS1/CL_COPCONTAINERRECOMME00=>TT_CONTAINERRECOMMENDATIONS TT_CONTAINERRECOMMENDATIONS¶
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
Queryable Attributes¶
memory¶
The memory size of the Amazon ECS service recommendation option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMORY() |
Getter for MEMORY, with configurable default |
ASK_MEMORY() |
Getter for MEMORY w/ exceptions if field has no value |
HAS_MEMORY() |
Determine if MEMORY has a value |
cpu¶
The CPU size of the Amazon ECS service recommendation option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPU() |
Getter for CPU, with configurable default |
ASK_CPU() |
Getter for CPU w/ exceptions if field has no value |
HAS_CPU() |
Determine if CPU has a value |
savingsOpportunity¶
Describes the savings opportunity for recommendations of a given resource type or for the recommendation option of an individual resource.
Savings opportunity represents the estimated monthly savings you can achieve by implementing a given Compute Optimizer recommendation.
Savings opportunity data requires that you opt in to Cost Explorer, as well as activate Receive Amazon EC2 resource recommendations in the Cost Explorer preferences page. That creates a connection between Cost Explorer and Compute Optimizer. With this connection, Cost Explorer generates savings estimates considering the price of existing resources, the price of recommended resources, and historical usage data. Estimated monthly savings reflects the projected dollar savings associated with each of the recommendations generated. For more information, see Enabling Cost Explorer and Optimizing your cost with Rightsizing Recommendations in the Cost Management User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAVINGSOPPORTUNITY() |
Getter for SAVINGSOPPORTUNITY |
savingsOpportunityAfterDiscounts¶
Describes the savings opportunity for Amazon ECS service recommendations or for the recommendation option.
Savings opportunity represents the estimated monthly savings after applying Savings Plans discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAVINGSOPPORTUNITYAFRD00() |
Getter for SAVINGSOPPORTUNITYAFRDISCNTS |
projectedUtilizationMetrics¶
An array of objects that describe the projected utilization metrics of the Amazon ECS service recommendation option.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTEDUTILIZATIONMET() |
Getter for PROJECTEDUTILIZATIONMETRICS, with configurable de |
ASK_PROJECTEDUTILIZATIONMET() |
Getter for PROJECTEDUTILIZATIONMETRICS w/ exceptions if fiel |
HAS_PROJECTEDUTILIZATIONMET() |
Determine if PROJECTEDUTILIZATIONMETRICS has a value |
containerRecommendations¶
The CPU and memory size recommendations for the containers within the task of your Amazon ECS service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERRECOMMENDATIONS() |
Getter for CONTAINERRECOMMENDATIONS, with configurable defau |
ASK_CONTAINERRECOMMENDATIONS() |
Getter for CONTAINERRECOMMENDATIONS w/ exceptions if field h |
HAS_CONTAINERRECOMMENDATIONS() |
Determine if CONTAINERRECOMMENDATIONS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ECSSVCRECOMMENDATIONOPTIONS¶
TYPES TT_ECSSVCRECOMMENDATIONOPTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPECSSVCRECOMMENDA03 WITH DEFAULT KEY
.