Class UpdateApplicationRequest

    • Method Detail

      • resourceGroupName

        public final String resourceGroupName()

        The name of the resource group.

        Returns:
        The name of the resource group.
      • opsCenterEnabled

        public final Boolean opsCenterEnabled()

        When set to true, creates opsItems for any problems detected on an application.

        Returns:
        When set to true, creates opsItems for any problems detected on 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.
      • opsItemSNSTopicArn

        public final String opsItemSNSTopicArn()

        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.

        Returns:
        The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
      • removeSNSTopic

        public final Boolean removeSNSTopic()

        Disassociates the SNS topic from the opsItem created for detected problems.

        Returns:
        Disassociates the SNS topic from the opsItem created for detected problems.
      • autoConfigEnabled

        public final Boolean autoConfigEnabled()

        Turns auto-configuration on or off.

        Returns:
        Turns auto-configuration on or off.
      • 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.
      • 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