Class ContainerClusterNotificationConfigPubsub.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNotificationConfigPubsub.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerClusterNotificationConfigPubsub,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerClusterNotificationConfigPubsub
@Stability(Stable) @Internal public static final class ContainerClusterNotificationConfigPubsub.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerClusterNotificationConfigPubsub
An implementation forContainerClusterNotificationConfigPubsub
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterNotificationConfigPubsub
ContainerClusterNotificationConfigPubsub.Builder, ContainerClusterNotificationConfigPubsub.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerClusterNotificationConfigPubsub.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerClusterNotificationConfigPubsub.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEnabled()Whether or not the notification config is enabled.ContainerClusterNotificationConfigPubsubFiltergetFilter()filter block.StringgetTopic()The pubsub topic to push upgrade notifications to.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ContainerClusterNotificationConfigPubsub.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerClusterNotificationConfigPubsub.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:ContainerClusterNotificationConfigPubsubWhether 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}
- Specified by:
getEnabledin interfaceContainerClusterNotificationConfigPubsub
-
getFilter
public final ContainerClusterNotificationConfigPubsubFilter getFilter()
Description copied from interface:ContainerClusterNotificationConfigPubsubfilter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#filter ContainerCluster#filter}
- Specified by:
getFilterin interfaceContainerClusterNotificationConfigPubsub
-
getTopic
public final String getTopic()
Description copied from interface:ContainerClusterNotificationConfigPubsubThe 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}
- Specified by:
getTopicin interfaceContainerClusterNotificationConfigPubsub
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-