primaryContainer
The primary container configuration for this service revision.
- Returns:
- The primary container configuration for this service revision.
Serializable, SdkPojo, ToCopyableBuilder<ExpressGatewayServiceConfiguration.Builder,ExpressGatewayServiceConfiguration> Represents a specific configuration revision of an Express service, containing all the settings and parameters for that revision.
builder()final Stringcpu()final ExpressCpuArchitecturefinal Stringfinal Instantfinal booleanfinal booleanequalsBySdkFields(Object obj) final Stringfinal <T> Optional<T> getValueForField(String fieldName,
Class<T> clazz) final inthashCode()final booleanfinal Stringfinal List<IngressPathSummary> final Stringmemory()final ExpressGatewayContainerstatic Class<? extends ExpressGatewayServiceConfiguration.Builder> final Stringfinal Stringfinal Stringfinal StringtoString()copyThe ARN of the service revision.
The ARN of the task execution role for the service revision.
The ARN of the task role for the service revision.
The ARN of the task definition used by this service revision. This is present for all Express services and reflects the task definition in use, whether managed by Amazon ECS or provided by the customer.
The CPU allocation for tasks in this service revision.
The memory allocation for tasks in this service revision.
The CPU architecture that the tasks in this service revision run on. This is the architecture from the task definition that the service revision uses, so it reflects the default or the previously configured architecture when the request that created the revision didn't specify one.
Valid values:
X86_64 - The x86 64-bit architecture.
ARM64 - The 64-bit ARM architecture.
This value isn't returned when the task definition for the service revision doesn't specify a runtime platform. Because the architecture comes from each service revision's own task definition, revisions of the same service can report different architectures.
If the service returns an enum value that is not available in the current SDK version, cpuArchitecture
will return ExpressCpuArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from cpuArchitectureAsString().
Valid values:
X86_64 - The x86 64-bit architecture.
ARM64 - The 64-bit ARM architecture.
This value isn't returned when the task definition for the service revision doesn't specify a runtime platform. Because the architecture comes from each service revision's own task definition, revisions of the same service can report different architectures.
The CPU architecture that the tasks in this service revision run on. This is the architecture from the task definition that the service revision uses, so it reflects the default or the previously configured architecture when the request that created the revision didn't specify one.
Valid values:
X86_64 - The x86 64-bit architecture.
ARM64 - The 64-bit ARM architecture.
This value isn't returned when the task definition for the service revision doesn't specify a runtime platform. Because the architecture comes from each service revision's own task definition, revisions of the same service can report different architectures.
If the service returns an enum value that is not available in the current SDK version, cpuArchitecture
will return ExpressCpuArchitecture.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from cpuArchitectureAsString().
Valid values:
X86_64 - The x86 64-bit architecture.
ARM64 - The 64-bit ARM architecture.
This value isn't returned when the task definition for the service revision doesn't specify a runtime platform. Because the architecture comes from each service revision's own task definition, revisions of the same service can report different architectures.
The network configuration for tasks in this service revision.
The health check path for this service revision.
The primary container configuration for this service revision.
The auto-scaling configuration for this service revision.
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.The entry point into this service revision.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIngressPaths() method.
The Unix timestamp for when this service revision was created.
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExpressGatewayServiceConfiguration.Builder,ExpressGatewayServiceConfiguration> SdkPojoSdkPojo class,
and is generated based on a service model.
If an SdkPojo class does not have any inherited fields, equalsBySdkFields
and equals are essentially the same.
equalsBySdkFields in interface SdkPojoobj - the object to be compared withsdkFieldNameToField in interface SdkPojo