@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
Describes the status of the application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoConfigEnabled()
Indicates whether auto-configuration is turned on for this application.
|
static ApplicationInfo.Builder |
builder() |
Boolean |
cweMonitorEnabled()
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others. |
DiscoveryType |
discoveryType()
The method used by Application Insights to onboard your resources.
|
String |
discoveryTypeAsString()
The method used by Application Insights to onboard your resources.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lifeCycle()
The lifecycle of the application.
|
Boolean |
opsCenterEnabled()
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for
an application.
|
String |
opsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS
notifications for opsItem updates.
|
String |
remarks()
The issues on the user side that block Application Insights from successfully monitoring an application.
|
String |
resourceGroupName()
The name of the resource group used for the application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApplicationInfo.Builder> |
serializableBuilderClass() |
ApplicationInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceGroupName()
The name of the resource group used for the application.
public final String lifeCycle()
The lifecycle of the application.
public final String opsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
public final Boolean opsCenterEnabled()
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
public final Boolean cweMonitorEnabled()
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as
instance terminated, failed deployment, and others.
instance terminated, failed deployment, and others.public final String remarks()
The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include:
“Configuring application, detected 1 Errors, 3 Warnings”
“Configuring application, detected 1 Unconfigured Components”
“Configuring application, detected 1 Errors, 3 Warnings”
“Configuring application, detected 1 Unconfigured Components”
public final Boolean autoConfigEnabled()
Indicates whether auto-configuration is turned on for this application.
public final DiscoveryType discoveryType()
The method used by Application Insights to onboard your resources.
If the service returns an enum value that is not available in the current SDK version, discoveryType
will return DiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
discoveryTypeAsString().
DiscoveryTypepublic final String discoveryTypeAsString()
The method used by Application Insights to onboard your resources.
If the service returns an enum value that is not available in the current SDK version, discoveryType
will return DiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
discoveryTypeAsString().
DiscoveryTypepublic ApplicationInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>public static ApplicationInfo.Builder builder()
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.