Class GetNotificationChannelArgs


  • public final class GetNotificationChannelArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • displayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> displayName()
        Returns:
        The display name for this notification channel.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        Labels (corresponding to the NotificationChannelDescriptor schema) to filter the notification channels by.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of the notification channel. *** Other optional fields include:
      • userLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> userLabels()
        Returns:
        User-provided key-value labels to filter by.