Class VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_online_store_featureview.VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeatureOnlineStoreFeatureviewSyncConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeatureOnlineStoreFeatureviewSyncConfig
@Stability(Stable) @Internal public static final class VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeatureOnlineStoreFeatureviewSyncConfig
An implementation forVertexAiFeatureOnlineStoreFeatureviewSyncConfig
-
-
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.vertex_ai_feature_online_store_featureview.VertexAiFeatureOnlineStoreFeatureviewSyncConfig
VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder, VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeatureOnlineStoreFeatureviewSyncConfig.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)StringgetCron()Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs.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(VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder.
-
-
Method Detail
-
getCron
public final String getCron()
Description copied from interface:VertexAiFeatureOnlineStoreFeatureviewSyncConfigCron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#cron VertexAiFeatureOnlineStoreFeatureview#cron}
- Specified by:
getCronin interfaceVertexAiFeatureOnlineStoreFeatureviewSyncConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-