Class BigqueryRoutine
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.google.bigquery_routine.BigqueryRoutine
-
- 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:17.712Z") @Stability(Stable) public class BigqueryRoutine extends com.hashicorp.cdktf.TerraformResource
Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_routine google_bigquery_routine}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBigqueryRoutine.BuilderA fluent builder forBigqueryRoutine.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedBigqueryRoutine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedBigqueryRoutine(software.amazon.jsii.JsiiObjectRef objRef)BigqueryRoutine(software.constructs.Construct scope, String id, BigqueryRoutineConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_routine google_bigquery_routine} Resource.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
addMoveTarget, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, hasResourceMove, importFrom, importFrom, interpolationForAttribute, isTerraformResource, moveFromId, moveTo, moveTo, moveToId, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Field Detail
-
TF_RESOURCE_TYPE
@Stability(Stable) public static final String TF_RESOURCE_TYPE
-
-
Constructor Detail
-
BigqueryRoutine
protected BigqueryRoutine(software.amazon.jsii.JsiiObjectRef objRef)
-
BigqueryRoutine
protected BigqueryRoutine(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
BigqueryRoutine
@Stability(Stable) public BigqueryRoutine(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull BigqueryRoutineConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_routine google_bigquery_routine} 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 BigqueryRoutine 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 BigqueryRoutine to import. This parameter is required.importFromId- The id of the existing BigqueryRoutine that should be imported. This parameter is required.provider- ? Optional instance of the provider where the BigqueryRoutine 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 BigqueryRoutine 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 BigqueryRoutine to import. This parameter is required.importFromId- The id of the existing BigqueryRoutine that should be imported. This parameter is required.
-
putArguments
@Stability(Stable) public void putArguments(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putRemoteFunctionOptions
@Stability(Stable) public void putRemoteFunctionOptions(@NotNull BigqueryRoutineRemoteFunctionOptions value)- Parameters:
value- This parameter is required.
-
putSparkOptions
@Stability(Stable) public void putSparkOptions(@NotNull BigqueryRoutineSparkOptions value)- Parameters:
value- This parameter is required.
-
putTimeouts
@Stability(Stable) public void putTimeouts(@NotNull BigqueryRoutineTimeouts value)- Parameters:
value- This parameter is required.
-
resetArguments
@Stability(Stable) public void resetArguments()
-
resetDataGovernanceType
@Stability(Stable) public void resetDataGovernanceType()
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetDeterminismLevel
@Stability(Stable) public void resetDeterminismLevel()
-
resetId
@Stability(Stable) public void resetId()
-
resetImportedLibraries
@Stability(Stable) public void resetImportedLibraries()
-
resetLanguage
@Stability(Stable) public void resetLanguage()
-
resetProject
@Stability(Stable) public void resetProject()
-
resetRemoteFunctionOptions
@Stability(Stable) public void resetRemoteFunctionOptions()
-
resetReturnTableType
@Stability(Stable) public void resetReturnTableType()
-
resetReturnType
@Stability(Stable) public void resetReturnType()
-
resetSparkOptions
@Stability(Stable) public void resetSparkOptions()
-
resetTimeouts
@Stability(Stable) public void resetTimeouts()
-
synthesizeAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeAttributes()
- Overrides:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getArguments
@Stability(Stable) @NotNull public BigqueryRoutineArgumentsList getArguments()
-
getCreationTime
@Stability(Stable) @NotNull public Number getCreationTime()
-
getLastModifiedTime
@Stability(Stable) @NotNull public Number getLastModifiedTime()
-
getRemoteFunctionOptions
@Stability(Stable) @NotNull public BigqueryRoutineRemoteFunctionOptionsOutputReference getRemoteFunctionOptions()
-
getSparkOptions
@Stability(Stable) @NotNull public BigqueryRoutineSparkOptionsOutputReference getSparkOptions()
-
getTimeouts
@Stability(Stable) @NotNull public BigqueryRoutineTimeoutsOutputReference getTimeouts()
-
getArgumentsInput
@Stability(Stable) @Nullable public Object getArgumentsInput()
-
getDataGovernanceTypeInput
@Stability(Stable) @Nullable public String getDataGovernanceTypeInput()
-
getDatasetIdInput
@Stability(Stable) @Nullable public String getDatasetIdInput()
-
getDefinitionBodyInput
@Stability(Stable) @Nullable public String getDefinitionBodyInput()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getDeterminismLevelInput
@Stability(Stable) @Nullable public String getDeterminismLevelInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getImportedLibrariesInput
@Stability(Stable) @Nullable public List<String> getImportedLibrariesInput()
-
getLanguageInput
@Stability(Stable) @Nullable public String getLanguageInput()
-
getProjectInput
@Stability(Stable) @Nullable public String getProjectInput()
-
getRemoteFunctionOptionsInput
@Stability(Stable) @Nullable public BigqueryRoutineRemoteFunctionOptions getRemoteFunctionOptionsInput()
-
getReturnTableTypeInput
@Stability(Stable) @Nullable public String getReturnTableTypeInput()
-
getReturnTypeInput
@Stability(Stable) @Nullable public String getReturnTypeInput()
-
getRoutineIdInput
@Stability(Stable) @Nullable public String getRoutineIdInput()
-
getRoutineTypeInput
@Stability(Stable) @Nullable public String getRoutineTypeInput()
-
getSparkOptionsInput
@Stability(Stable) @Nullable public BigqueryRoutineSparkOptions getSparkOptionsInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
getDataGovernanceType
@Stability(Stable) @NotNull public String getDataGovernanceType()
-
setDataGovernanceType
@Stability(Stable) public void setDataGovernanceType(@NotNull String value)
-
getDatasetId
@Stability(Stable) @NotNull public String getDatasetId()
-
setDatasetId
@Stability(Stable) public void setDatasetId(@NotNull String value)
-
getDefinitionBody
@Stability(Stable) @NotNull public String getDefinitionBody()
-
setDefinitionBody
@Stability(Stable) public void setDefinitionBody(@NotNull String value)
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getDeterminismLevel
@Stability(Stable) @NotNull public String getDeterminismLevel()
-
setDeterminismLevel
@Stability(Stable) public void setDeterminismLevel(@NotNull String value)
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
setImportedLibraries
@Stability(Stable) public void setImportedLibraries(@NotNull List<String> value)
-
getLanguage
@Stability(Stable) @NotNull public String getLanguage()
-
setLanguage
@Stability(Stable) public void setLanguage(@NotNull String value)
-
getProject
@Stability(Stable) @NotNull public String getProject()
-
setProject
@Stability(Stable) public void setProject(@NotNull String value)
-
getReturnTableType
@Stability(Stable) @NotNull public String getReturnTableType()
-
setReturnTableType
@Stability(Stable) public void setReturnTableType(@NotNull String value)
-
getReturnType
@Stability(Stable) @NotNull public String getReturnType()
-
setReturnType
@Stability(Stable) public void setReturnType(@NotNull String value)
-
getRoutineId
@Stability(Stable) @NotNull public String getRoutineId()
-
setRoutineId
@Stability(Stable) public void setRoutineId(@NotNull String value)
-
getRoutineType
@Stability(Stable) @NotNull public String getRoutineType()
-
setRoutineType
@Stability(Stable) public void setRoutineType(@NotNull String value)
-
-