Class ApplicationState


  • public final class ApplicationState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ApplicationState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoConfigEnabled()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoCreate()  
      static ApplicationState.Builder builder()  
      static ApplicationState.Builder builder​(ApplicationState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> cweMonitorEnabled()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> groupingType()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> opsCenterEnabled()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> opsItemSnsTopicArn()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourceGroupName()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
      Deprecated.
      Please use `tags` instead.
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the Application.
      • autoConfigEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoConfigEnabled()
        Returns:
        Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
      • autoCreate

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> autoCreate()
        Returns:
        Configures all of the resources in the resource group by applying the recommended configurations.
      • cweMonitorEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> cweMonitorEnabled()
        Returns:
        Indicates whether Application Insights can listen to CloudWatch events for the application resources, such as instance terminated, failed deployment, and others.
      • groupingType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> groupingType()
        Returns:
        Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to `ACCOUNT_BASED`.
      • opsCenterEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> opsCenterEnabled()
        Returns:
        When set to `true`, creates opsItems for any problems detected on an application.
      • opsItemSnsTopicArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> opsItemSnsTopicArn()
        Returns:
        SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
      • resourceGroupName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourceGroupName()
        Returns:
        Name of the resource group. The following arguments are optional:
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.