Class ApplicationInfo
- java.lang.Object
-
- software.amazon.awssdk.services.applicationinsights.model.ApplicationInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
Describes the status of the application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The AWS account ID for the owner of the application.BooleanattachMissingPermission()If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.BooleanautoConfigEnabled()Indicates whether auto-configuration is turned on for this application.static ApplicationInfo.Builderbuilder()BooleancweMonitorEnabled()Indicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.DiscoveryTypediscoveryType()The method used by Application Insights to onboard your resources.StringdiscoveryTypeAsString()The method used by Application Insights to onboard your resources.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlifeCycle()The lifecycle of the application.BooleanopsCenterEnabled()Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.StringopsItemSNSTopicArn()The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.Stringremarks()The issues on the user side that block Application Insights from successfully monitoring an application.StringresourceGroupName()The name of the resource group used for the application.List<SdkField<?>>sdkFields()static Class<? extends ApplicationInfo.Builder>serializableBuilderClass()ApplicationInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The AWS account ID for the owner of the application.
- Returns:
- The AWS account ID for the owner of the application.
-
resourceGroupName
public final String resourceGroupName()
The name of the resource group used for the application.
- Returns:
- The name of the resource group used for the application.
-
lifeCycle
public final String lifeCycle()
The lifecycle of the application.
- Returns:
- The lifecycle of the application.
-
opsItemSNSTopicArn
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.
- Returns:
- The SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.
-
opsCenterEnabled
public final Boolean opsCenterEnabled()
Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
- Returns:
- Indicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.
-
cweMonitorEnabled
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.- Returns:
- Indicates whether Application Insights can listen to CloudWatch events for the application resources,
such as
instance terminated,failed deployment, and others.
-
remarks
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”
- Returns:
- 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”
-
-
-
autoConfigEnabled
public final Boolean autoConfigEnabled()
Indicates whether auto-configuration is turned on for this application.
- Returns:
- Indicates whether auto-configuration is turned on for this application.
-
discoveryType
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,
discoveryTypewill returnDiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdiscoveryTypeAsString().- Returns:
- The method used by Application Insights to onboard your resources.
- See Also:
DiscoveryType
-
discoveryTypeAsString
public 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,
discoveryTypewill returnDiscoveryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdiscoveryTypeAsString().- Returns:
- The method used by Application Insights to onboard your resources.
- See Also:
DiscoveryType
-
attachMissingPermission
public final Boolean attachMissingPermission()
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
- Returns:
- If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.
-
toBuilder
public ApplicationInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
-
builder
public static ApplicationInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-