@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingConfigurationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingConfigurationSummary.Builder,AutoScalingConfigurationSummary>
Provides summary information about an App Runner automatic scaling configuration resource.
This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the ListAutoScalingConfigurations action. Complete configuration information is returned by the CreateAutoScalingConfiguration, DescribeAutoScalingConfiguration, and DeleteAutoScalingConfiguration actions using the AutoScalingConfiguration type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoScalingConfigurationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingConfigurationArn()
The Amazon Resource Name (ARN) of this auto scaling configuration.
|
String |
autoScalingConfigurationName()
The customer-provided auto scaling configuration name.
|
Integer |
autoScalingConfigurationRevision()
The revision of this auto scaling configuration.
|
static AutoScalingConfigurationSummary.Builder |
builder() |
Instant |
createdAt()
The time when the auto scaling configuration was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasAssociatedService()
Indicates if this auto scaling configuration has an App Runner service associated with it.
|
int |
hashCode() |
Boolean |
isDefault()
Indicates if this auto scaling configuration should be used as the default for a new App Runner service that does
not have an auto scaling configuration ARN specified during creation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingConfigurationSummary.Builder> |
serializableBuilderClass() |
AutoScalingConfigurationStatus |
status()
The current state of the auto scaling configuration.
|
String |
statusAsString()
The current state of the auto scaling configuration.
|
AutoScalingConfigurationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingConfigurationArn()
The Amazon Resource Name (ARN) of this auto scaling configuration.
public final String autoScalingConfigurationName()
The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.
public final Integer autoScalingConfigurationRevision()
The revision of this auto scaling configuration. It's unique among all the active configurations (
"Status": "ACTIVE") with the same AutoScalingConfigurationName.
"Status": "ACTIVE") with the same AutoScalingConfigurationName.public final AutoScalingConfigurationStatus status()
The current state of the auto scaling configuration. If the status of a configuration revision is
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed
some time after they are deleted.
If the service returns an enum value that is not available in the current SDK version, status will
return AutoScalingConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently
removed some time after they are deleted.AutoScalingConfigurationStatuspublic final String statusAsString()
The current state of the auto scaling configuration. If the status of a configuration revision is
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently removed
some time after they are deleted.
If the service returns an enum value that is not available in the current SDK version, status will
return AutoScalingConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
INACTIVE, it was deleted and can't be used. Inactive configuration revisions are permanently
removed some time after they are deleted.AutoScalingConfigurationStatuspublic final Instant createdAt()
The time when the auto scaling configuration was created. It's in Unix time stamp format.
public final Boolean hasAssociatedService()
Indicates if this auto scaling configuration has an App Runner service associated with it. A value of
true indicates one or more services are associated. A value of false indicates no
services are associated.
true indicates one or more services are associated. A value of false indicates
no services are associated.public final Boolean isDefault()
Indicates if this auto scaling configuration should be used as the default for a new App Runner service that does
not have an auto scaling configuration ARN specified during creation. Each account can have only one default
AutoScalingConfiguration per region. The default AutoScalingConfiguration can be any
revision under the same AutoScalingConfigurationName.
AutoScalingConfiguration per region. The default
AutoScalingConfiguration can be any revision under the same
AutoScalingConfigurationName.public AutoScalingConfigurationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoScalingConfigurationSummary.Builder,AutoScalingConfigurationSummary>public static AutoScalingConfigurationSummary.Builder builder()
public static Class<? extends AutoScalingConfigurationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.