Class NotificationRuleState


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

      Nested Classes 
      Modifier and Type Class Description
      static class  NotificationRuleState.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()  
      static NotificationRuleState.Builder builder()  
      static NotificationRuleState.Builder builder​(NotificationRuleState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> detailType()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> eventTypeIds()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> resource()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()  
      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.
      java.util.Optional<com.pulumi.core.Output<java.util.List<NotificationRuleTargetArgs>>> targets()  
      • 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:
        The codestar notification rule ARN.
      • detailType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> detailType()
        Returns:
        The level of detail to include in the notifications for this resource. Possible values are `BASIC` and `FULL`.
      • eventTypeIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> eventTypeIds()
        Returns:
        A list of event types associated with this notification rule. For list of allowed events see [here](https://docs.aws.amazon.com/codestar-notifications/latest/userguide/concepts.html#concepts-api).
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of notification rule.
      • resource

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resource()
        Returns:
        The ARN of the resource to associate with the notification rule.
      • status

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> status()
        Returns:
        The status of the notification rule. Possible values are `ENABLED` and `DISABLED`, default is `ENABLED`.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A 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:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • targets

        public java.util.Optional<com.pulumi.core.Output<java.util.List<NotificationRuleTargetArgs>>> targets()
        Returns:
        Configuration blocks containing notification target information. Can be specified multiple times. At least one target must be specified on creation.