Interface DatastreamStreamConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
DatastreamStreamConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.867Z") @Stability(Stable) public interface DatastreamStreamConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamStreamConfig.BuilderA builder forDatastreamStreamConfigstatic classDatastreamStreamConfig.Jsii$ProxyAn implementation forDatastreamStreamConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamStreamConfig.Builderbuilder()default DatastreamStreamBackfillAllgetBackfillAll()backfill_all block.default DatastreamStreamBackfillNonegetBackfillNone()backfill_none block.default ObjectgetCreateWithoutValidation()Create the stream without validating it.default StringgetCustomerManagedEncryptionKey()A reference to a KMS encryption key.default StringgetDesiredState()Desired state of the Stream.DatastreamStreamDestinationConfiggetDestinationConfig()destination_config block.StringgetDisplayName()Display name.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#id DatastreamStream#id}.default Map<String,String>getLabels()Labels.StringgetLocation()The name of the location this stream is located in.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#project DatastreamStream#project}.DatastreamStreamSourceConfiggetSourceConfig()source_config block.StringgetStreamId()The stream identifier.default DatastreamStreamTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDestinationConfig
@Stability(Stable) @NotNull DatastreamStreamDestinationConfig getDestinationConfig()
destination_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#destination_config DatastreamStream#destination_config}
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
Display name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#display_name DatastreamStream#display_name}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The name of the location this stream is located in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#location DatastreamStream#location}
-
getSourceConfig
@Stability(Stable) @NotNull DatastreamStreamSourceConfig getSourceConfig()
source_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#source_config DatastreamStream#source_config}
-
getStreamId
@Stability(Stable) @NotNull String getStreamId()
The stream identifier.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#stream_id DatastreamStream#stream_id}
-
getBackfillAll
@Stability(Stable) @Nullable default DatastreamStreamBackfillAll getBackfillAll()
backfill_all block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#backfill_all DatastreamStream#backfill_all}
-
getBackfillNone
@Stability(Stable) @Nullable default DatastreamStreamBackfillNone getBackfillNone()
backfill_none block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#backfill_none DatastreamStream#backfill_none}
-
getCreateWithoutValidation
@Stability(Stable) @Nullable default Object getCreateWithoutValidation()
Create the stream without validating it.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#create_without_validation DatastreamStream#create_without_validation}
-
getCustomerManagedEncryptionKey
@Stability(Stable) @Nullable default String getCustomerManagedEncryptionKey()
A reference to a KMS encryption key.If provided, it will be used to encrypt the data. If left blank, data will be encrypted using an internal Stream-specific encryption key provisioned through KMS. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#customer_managed_encryption_key DatastreamStream#customer_managed_encryption_key}
-
getDesiredState
@Stability(Stable) @Nullable default String getDesiredState()
Desired state of the Stream.Set this field to 'RUNNING' to start the stream, and 'PAUSED' to pause the stream. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#desired_state DatastreamStream#desired_state}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#id DatastreamStream#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#labels DatastreamStream#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#project DatastreamStream#project}.
-
getTimeouts
@Stability(Stable) @Nullable default DatastreamStreamTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_stream#timeouts DatastreamStream#timeouts}
-
builder
@Stability(Stable) static DatastreamStreamConfig.Builder builder()
- Returns:
- a
DatastreamStreamConfig.BuilderofDatastreamStreamConfig
-
-