Interface ContainerClusterNotificationConfigPubsub

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ContainerClusterNotificationConfigPubsub.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.281Z")
    @Stability(Stable)
    public interface ContainerClusterNotificationConfigPubsub
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getEnabled

        @Stability(Stable)
        @NotNull
        Object getEnabled()
        Whether or not the notification config is enabled.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#enabled ContainerCluster#enabled}

      • getFilter

        @Stability(Stable)
        @Nullable
        default ContainerClusterNotificationConfigPubsubFilter getFilter()
        filter block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#filter ContainerCluster#filter}

      • getTopic

        @Stability(Stable)
        @Nullable
        default String getTopic()
        The pubsub topic to push upgrade notifications to.

        Must be in the same project as the cluster. Must be in the format: projects/{project}/topics/{topic}. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#topic ContainerCluster#topic}