Class ApplicationInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
Describes the status of the application.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe AWS account ID for the owner of the application.final BooleanIf set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.final BooleanIndicates whether auto-configuration is turned on for this application.static ApplicationInfo.Builderbuilder()final BooleanIndicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.final DiscoveryTypeThe method used by Application Insights to onboard your resources.final StringThe method used by Application Insights to onboard your resources.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe lifecycle of the application.final BooleanIndicates whether Application Insights will create opsItems for any problem detected by Application Insights for an application.final StringThe SNS topic provided to Application Insights that is associated to the created opsItems to receive SNS notifications for opsItem updates.final Stringremarks()The issues on the user side that block Application Insights from successfully monitoring an application.final StringThe name of the resource group used for the application.static Class<? extends ApplicationInfo.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accountId
The AWS account ID for the owner of the application.
- Returns:
- The AWS account ID for the owner of the application.
-
resourceGroupName
The name of the resource group used for the application.
- Returns:
- The name of the resource group used for the application.
-
lifeCycle
The lifecycle of the application.
- Returns:
- The lifecycle of the application.
-
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
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
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
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
Indicates whether auto-configuration is turned on for this application.
- Returns:
- Indicates whether auto-configuration is turned on for this application.
-
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:
-
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:
-
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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationInfo.Builder,ApplicationInfo> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-