Class DataflowJob

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.562Z")
    @Stability(Stable)
    public class DataflowJob
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataflow_job google_dataflow_job}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataflowJob

        protected DataflowJob​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataflowJob

        protected DataflowJob​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataflowJob

        @Stability(Stable)
        public DataflowJob​(@NotNull
                           software.constructs.Construct scope,
                           @NotNull
                           String id,
                           @NotNull
                           DataflowJobConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataflow_job google_dataflow_job} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a DataflowJob resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DataflowJob to import. This parameter is required.
        importFromId - The id of the existing DataflowJob that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the DataflowJob to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a DataflowJob resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the DataflowJob to import. This parameter is required.
        importFromId - The id of the existing DataflowJob that should be imported. This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                DataflowJobTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetAdditionalExperiments

        @Stability(Stable)
        public void resetAdditionalExperiments()
      • resetEnableStreamingEngine

        @Stability(Stable)
        public void resetEnableStreamingEngine()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetIpConfiguration

        @Stability(Stable)
        public void resetIpConfiguration()
      • resetKmsKeyName

        @Stability(Stable)
        public void resetKmsKeyName()
      • resetLabels

        @Stability(Stable)
        public void resetLabels()
      • resetMachineType

        @Stability(Stable)
        public void resetMachineType()
      • resetMaxWorkers

        @Stability(Stable)
        public void resetMaxWorkers()
      • resetNetwork

        @Stability(Stable)
        public void resetNetwork()
      • resetOnDelete

        @Stability(Stable)
        public void resetOnDelete()
      • resetParameters

        @Stability(Stable)
        public void resetParameters()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetRegion

        @Stability(Stable)
        public void resetRegion()
      • resetServiceAccountEmail

        @Stability(Stable)
        public void resetServiceAccountEmail()
      • resetSkipWaitOnJobTermination

        @Stability(Stable)
        public void resetSkipWaitOnJobTermination()
      • resetSubnetwork

        @Stability(Stable)
        public void resetSubnetwork()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetTransformNameMapping

        @Stability(Stable)
        public void resetTransformNameMapping()
      • resetZone

        @Stability(Stable)
        public void resetZone()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getEffectiveLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getEffectiveLabels()
      • getJobId

        @Stability(Stable)
        @NotNull
        public String getJobId()
      • getState

        @Stability(Stable)
        @NotNull
        public String getState()
      • getTerraformLabels

        @Stability(Stable)
        @NotNull
        public com.hashicorp.cdktf.StringMap getTerraformLabels()
      • getType

        @Stability(Stable)
        @NotNull
        public String getType()
      • getAdditionalExperimentsInput

        @Stability(Stable)
        @Nullable
        public List<String> getAdditionalExperimentsInput()
      • getEnableStreamingEngineInput

        @Stability(Stable)
        @Nullable
        public Object getEnableStreamingEngineInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getIpConfigurationInput

        @Stability(Stable)
        @Nullable
        public String getIpConfigurationInput()
      • getKmsKeyNameInput

        @Stability(Stable)
        @Nullable
        public String getKmsKeyNameInput()
      • getLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLabelsInput()
      • getMachineTypeInput

        @Stability(Stable)
        @Nullable
        public String getMachineTypeInput()
      • getMaxWorkersInput

        @Stability(Stable)
        @Nullable
        public Number getMaxWorkersInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getNetworkInput

        @Stability(Stable)
        @Nullable
        public String getNetworkInput()
      • getOnDeleteInput

        @Stability(Stable)
        @Nullable
        public String getOnDeleteInput()
      • getParametersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getParametersInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getRegionInput

        @Stability(Stable)
        @Nullable
        public String getRegionInput()
      • getServiceAccountEmailInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountEmailInput()
      • getSkipWaitOnJobTerminationInput

        @Stability(Stable)
        @Nullable
        public Object getSkipWaitOnJobTerminationInput()
      • getSubnetworkInput

        @Stability(Stable)
        @Nullable
        public String getSubnetworkInput()
      • getTempGcsLocationInput

        @Stability(Stable)
        @Nullable
        public String getTempGcsLocationInput()
      • getTemplateGcsPathInput

        @Stability(Stable)
        @Nullable
        public String getTemplateGcsPathInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getTransformNameMappingInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTransformNameMappingInput()
      • getZoneInput

        @Stability(Stable)
        @Nullable
        public String getZoneInput()
      • getAdditionalExperiments

        @Stability(Stable)
        @NotNull
        public List<String> getAdditionalExperiments()
      • setAdditionalExperiments

        @Stability(Stable)
        public void setAdditionalExperiments​(@NotNull
                                             List<String> value)
      • getEnableStreamingEngine

        @Stability(Stable)
        @NotNull
        public Object getEnableStreamingEngine()
      • setEnableStreamingEngine

        @Stability(Stable)
        public void setEnableStreamingEngine​(@NotNull
                                             Boolean value)
      • setEnableStreamingEngine

        @Stability(Stable)
        public void setEnableStreamingEngine​(@NotNull
                                             com.hashicorp.cdktf.IResolvable value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getIpConfiguration

        @Stability(Stable)
        @NotNull
        public String getIpConfiguration()
      • setIpConfiguration

        @Stability(Stable)
        public void setIpConfiguration​(@NotNull
                                       String value)
      • getKmsKeyName

        @Stability(Stable)
        @NotNull
        public String getKmsKeyName()
      • setKmsKeyName

        @Stability(Stable)
        public void setKmsKeyName​(@NotNull
                                  String value)
      • getLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLabels()
      • setLabels

        @Stability(Stable)
        public void setLabels​(@NotNull
                              Map<String,​String> value)
      • getMachineType

        @Stability(Stable)
        @NotNull
        public String getMachineType()
      • setMachineType

        @Stability(Stable)
        public void setMachineType​(@NotNull
                                   String value)
      • getMaxWorkers

        @Stability(Stable)
        @NotNull
        public Number getMaxWorkers()
      • setMaxWorkers

        @Stability(Stable)
        public void setMaxWorkers​(@NotNull
                                  Number value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getNetwork

        @Stability(Stable)
        @NotNull
        public String getNetwork()
      • setNetwork

        @Stability(Stable)
        public void setNetwork​(@NotNull
                               String value)
      • getOnDelete

        @Stability(Stable)
        @NotNull
        public String getOnDelete()
      • setOnDelete

        @Stability(Stable)
        public void setOnDelete​(@NotNull
                                String value)
      • getParameters

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getParameters()
      • setParameters

        @Stability(Stable)
        public void setParameters​(@NotNull
                                  Map<String,​String> value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getRegion

        @Stability(Stable)
        @NotNull
        public String getRegion()
      • setRegion

        @Stability(Stable)
        public void setRegion​(@NotNull
                              String value)
      • getServiceAccountEmail

        @Stability(Stable)
        @NotNull
        public String getServiceAccountEmail()
      • setServiceAccountEmail

        @Stability(Stable)
        public void setServiceAccountEmail​(@NotNull
                                           String value)
      • getSkipWaitOnJobTermination

        @Stability(Stable)
        @NotNull
        public Object getSkipWaitOnJobTermination()
      • setSkipWaitOnJobTermination

        @Stability(Stable)
        public void setSkipWaitOnJobTermination​(@NotNull
                                                Boolean value)
      • setSkipWaitOnJobTermination

        @Stability(Stable)
        public void setSkipWaitOnJobTermination​(@NotNull
                                                com.hashicorp.cdktf.IResolvable value)
      • getSubnetwork

        @Stability(Stable)
        @NotNull
        public String getSubnetwork()
      • setSubnetwork

        @Stability(Stable)
        public void setSubnetwork​(@NotNull
                                  String value)
      • getTempGcsLocation

        @Stability(Stable)
        @NotNull
        public String getTempGcsLocation()
      • setTempGcsLocation

        @Stability(Stable)
        public void setTempGcsLocation​(@NotNull
                                       String value)
      • getTemplateGcsPath

        @Stability(Stable)
        @NotNull
        public String getTemplateGcsPath()
      • setTemplateGcsPath

        @Stability(Stable)
        public void setTemplateGcsPath​(@NotNull
                                       String value)
      • getTransformNameMapping

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTransformNameMapping()
      • setTransformNameMapping

        @Stability(Stable)
        public void setTransformNameMapping​(@NotNull
                                            Map<String,​String> value)
      • getZone

        @Stability(Stable)
        @NotNull
        public String getZone()
      • setZone

        @Stability(Stable)
        public void setZone​(@NotNull
                            String value)