Class AutoScalingConfigurationSummary

    • Method Detail

      • autoScalingConfigurationArn

        public final String autoScalingConfigurationArn()

        The Amazon Resource Name (ARN) of this auto scaling configuration.

        Returns:
        The Amazon Resource Name (ARN) of this auto scaling configuration.
      • autoScalingConfigurationName

        public final String autoScalingConfigurationName()

        The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.

        Returns:
        The customer-provided auto scaling configuration name. It can be used in multiple revisions of a configuration.
      • autoScalingConfigurationRevision

        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.

        Returns:
        The revision of this auto scaling configuration. It's unique among all the active configurations ( "Status": "ACTIVE") with the same AutoScalingConfigurationName.
      • status

        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().

        Returns:
        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.
        See Also:
        AutoScalingConfigurationStatus
      • statusAsString

        public 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().

        Returns:
        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.
        See Also:
        AutoScalingConfigurationStatus
      • createdAt

        public final Instant createdAt()

        The time when the auto scaling configuration was created. It's in Unix time stamp format.

        Returns:
        The time when the auto scaling configuration was created. It's in Unix time stamp format.
      • hasAssociatedService

        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.

        Returns:
        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.
      • isDefault

        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.

        Returns:
        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)