@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 |
|---|---|
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. |
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 String resourceGroupName()
The name of the resource group used for the application.
public String lifeCycle()
The lifecycle of the application.
public String opsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
public Boolean opsCenterEnabled()
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
public 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 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 ApplicationInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>public static ApplicationInfo.Builder builder()
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.