Class DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.datastream_stream.DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Jsii$Proxy
-
- All Implemented Interfaces:
DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
@Stability(Stable) @Internal public static final class DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
An implementation forDatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
-
-
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.datastream_stream.DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Builder, DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Builder builder)Constructor that initializes the object based on literal property values passed by theDatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.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)StringgetCompression()Compression of the loaded JSON file.StringgetSchemaFileFormat()The schema file format along JSON data files.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(DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Builder builder)
Constructor that initializes the object based on literal property values passed by theDatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat.Builder.
-
-
Method Detail
-
getCompression
public final String getCompression()
Description copied from interface:DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormatCompression of the loaded JSON file. Possible values: ["NO_COMPRESSION", "GZIP"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#compression DatastreamStream#compression}
- Specified by:
getCompressionin interfaceDatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
-
getSchemaFileFormat
public final String getSchemaFileFormat()
Description copied from interface:DatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormatThe schema file format along JSON data files. Possible values: ["NO_SCHEMA_FILE", "AVRO_SCHEMA_FILE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#schema_file_format DatastreamStream#schema_file_format}
- Specified by:
getSchemaFileFormatin interfaceDatastreamStreamDestinationConfigGcsDestinationConfigJsonFileFormat
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-