Class CreatePracticeRunConfigurationResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the resource that you configured the practice run for.

        Returns:
        The Amazon Resource Name (ARN) of the resource that you configured the practice run for.
      • name

        public final String name()

        The name of the resource that you configured the practice run for.

        Returns:
        The name of the resource that you configured the practice run for.
      • practiceRunConfiguration

        public final PracticeRunConfiguration practiceRunConfiguration()

        A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.

        Returns:
        A practice run configuration for a resource. Configurations include the outcome alarm that you specify for practice runs, and, optionally, a blocking alarm and blocking dates and windows.
      • zonalAutoshiftStatus

        public final ZonalAutoshiftStatus zonalAutoshiftStatus()

        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        If the service returns an enum value that is not available in the current SDK version, zonalAutoshiftStatus will return ZonalAutoshiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from zonalAutoshiftStatusAsString().

        Returns:
        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        See Also:
        ZonalAutoshiftStatus
      • zonalAutoshiftStatusAsString

        public final String zonalAutoshiftStatusAsString()

        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        If the service returns an enum value that is not available in the current SDK version, zonalAutoshiftStatus will return ZonalAutoshiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from zonalAutoshiftStatusAsString().

        Returns:
        The status for zonal autoshift for a resource. When you specify ENABLED for the autoshift status, Amazon Web Services shifts traffic away from shifts away application resource traffic from an Availability Zone, on your behalf, when internal telemetry indicates that there is an Availability Zone impairment that could potentially impact customers.

        When you enable zonal autoshift, you must also configure practice runs for the resource.

        See Also:
        ZonalAutoshiftStatus
      • 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