/AWS1/CL_ECSECSMANAGEDRES¶
Represents the Amazon Web Services resources managed by Amazon ECS for an Express service, including ingress paths, auto-scaling policies, metric alarms, and security groups.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_ingresspaths TYPE /AWS1/CL_ECSMANAGEDINGRESSPATH=>TT_MANAGEDINGRESSPATHS TT_MANAGEDINGRESSPATHS¶
The ingress paths and endpoints for the Express service.
io_autoscaling TYPE REF TO /AWS1/CL_ECSMANAGEDAUTOSCALING /AWS1/CL_ECSMANAGEDAUTOSCALING¶
The auto-scaling configuration and policies for the Express service.
it_metricalarms TYPE /AWS1/CL_ECSMANAGEDMETRICALARM=>TT_MANAGEDMETRICALARMS TT_MANAGEDMETRICALARMS¶
The CloudWatch metric alarms associated with the Express service.
it_servicesecuritygroups TYPE /AWS1/CL_ECSMANAGEDSECGROUP=>TT_MANAGEDSECURITYGROUPS TT_MANAGEDSECURITYGROUPS¶
The security groups managed by the Express service.
it_loggroups TYPE /AWS1/CL_ECSMANAGEDLOGGROUP=>TT_MANAGEDLOGGROUPS TT_MANAGEDLOGGROUPS¶
The log groups managed by the Express service.
Queryable Attributes¶
ingressPaths¶
The ingress paths and endpoints for the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGRESSPATHS() |
Getter for INGRESSPATHS, with configurable default |
ASK_INGRESSPATHS() |
Getter for INGRESSPATHS w/ exceptions if field has no value |
HAS_INGRESSPATHS() |
Determine if INGRESSPATHS has a value |
autoScaling¶
The auto-scaling configuration and policies for the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALING() |
Getter for AUTOSCALING |
metricAlarms¶
The CloudWatch metric alarms associated with the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICALARMS() |
Getter for METRICALARMS, with configurable default |
ASK_METRICALARMS() |
Getter for METRICALARMS w/ exceptions if field has no value |
HAS_METRICALARMS() |
Determine if METRICALARMS has a value |
serviceSecurityGroups¶
The security groups managed by the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICESECURITYGROUPS() |
Getter for SERVICESECURITYGROUPS, with configurable default |
ASK_SERVICESECURITYGROUPS() |
Getter for SERVICESECURITYGROUPS w/ exceptions if field has |
HAS_SERVICESECURITYGROUPS() |
Determine if SERVICESECURITYGROUPS has a value |
logGroups¶
The log groups managed by the Express service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGROUPS() |
Getter for LOGGROUPS, with configurable default |
ASK_LOGGROUPS() |
Getter for LOGGROUPS w/ exceptions if field has no value |
HAS_LOGGROUPS() |
Determine if LOGGROUPS has a value |