Class DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.820Z") @Stability(Stable) public class DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAutoscalingConfig
@Stability(Stable) public void putAutoscalingConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig value)- Parameters:
value- This parameter is required.
-
putEncryptionConfig
@Stability(Stable) public void putEncryptionConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig value)- Parameters:
value- This parameter is required.
-
putEndpointConfig
@Stability(Stable) public void putEndpointConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig value)- Parameters:
value- This parameter is required.
-
putGceClusterConfig
@Stability(Stable) public void putGceClusterConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfig value)- Parameters:
value- This parameter is required.
-
putInitializationActions
@Stability(Stable) public void putInitializationActions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putLifecycleConfig
@Stability(Stable) public void putLifecycleConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig value)- Parameters:
value- This parameter is required.
-
putMasterConfig
@Stability(Stable) public void putMasterConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfig value)- Parameters:
value- This parameter is required.
-
putSecondaryWorkerConfig
@Stability(Stable) public void putSecondaryWorkerConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig value)- Parameters:
value- This parameter is required.
-
putSecurityConfig
@Stability(Stable) public void putSecurityConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig value)- Parameters:
value- This parameter is required.
-
putSoftwareConfig
@Stability(Stable) public void putSoftwareConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig value)- Parameters:
value- This parameter is required.
-
putWorkerConfig
@Stability(Stable) public void putWorkerConfig(@NotNull DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfig value)- Parameters:
value- This parameter is required.
-
resetAutoscalingConfig
@Stability(Stable) public void resetAutoscalingConfig()
-
resetEncryptionConfig
@Stability(Stable) public void resetEncryptionConfig()
-
resetEndpointConfig
@Stability(Stable) public void resetEndpointConfig()
-
resetGceClusterConfig
@Stability(Stable) public void resetGceClusterConfig()
-
resetInitializationActions
@Stability(Stable) public void resetInitializationActions()
-
resetLifecycleConfig
@Stability(Stable) public void resetLifecycleConfig()
-
resetMasterConfig
@Stability(Stable) public void resetMasterConfig()
-
resetSecondaryWorkerConfig
@Stability(Stable) public void resetSecondaryWorkerConfig()
-
resetSecurityConfig
@Stability(Stable) public void resetSecurityConfig()
-
resetSoftwareConfig
@Stability(Stable) public void resetSoftwareConfig()
-
resetStagingBucket
@Stability(Stable) public void resetStagingBucket()
-
resetTempBucket
@Stability(Stable) public void resetTempBucket()
-
resetWorkerConfig
@Stability(Stable) public void resetWorkerConfig()
-
getAutoscalingConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfigOutputReference getAutoscalingConfig()
-
getEncryptionConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfigOutputReference getEncryptionConfig()
-
getEndpointConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfigOutputReference getEndpointConfig()
-
getGceClusterConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfigOutputReference getGceClusterConfig()
-
getInitializationActions
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigInitializationActionsList getInitializationActions()
-
getLifecycleConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference getLifecycleConfig()
-
getMasterConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfigOutputReference getMasterConfig()
-
getSecondaryWorkerConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigOutputReference getSecondaryWorkerConfig()
-
getSecurityConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfigOutputReference getSecurityConfig()
-
getSoftwareConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfigOutputReference getSoftwareConfig()
-
getWorkerConfig
@Stability(Stable) @NotNull public DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfigOutputReference getWorkerConfig()
-
getAutoscalingConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigAutoscalingConfig getAutoscalingConfigInput()
-
getEncryptionConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig getEncryptionConfigInput()
-
getEndpointConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigEndpointConfig getEndpointConfigInput()
-
getGceClusterConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigGceClusterConfig getGceClusterConfigInput()
-
getInitializationActionsInput
@Stability(Stable) @Nullable public Object getInitializationActionsInput()
-
getLifecycleConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig getLifecycleConfigInput()
-
getMasterConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigMasterConfig getMasterConfigInput()
-
getSecondaryWorkerConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig getSecondaryWorkerConfigInput()
-
getSecurityConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig getSecurityConfigInput()
-
getSoftwareConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigSoftwareConfig getSoftwareConfigInput()
-
getStagingBucketInput
@Stability(Stable) @Nullable public String getStagingBucketInput()
-
getTempBucketInput
@Stability(Stable) @Nullable public String getTempBucketInput()
-
getWorkerConfigInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigWorkerConfig getWorkerConfigInput()
-
getStagingBucket
@Stability(Stable) @NotNull public String getStagingBucket()
-
setStagingBucket
@Stability(Stable) public void setStagingBucket(@NotNull String value)
-
getTempBucket
@Stability(Stable) @NotNull public String getTempBucket()
-
setTempBucket
@Stability(Stable) public void setTempBucket(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocWorkflowTemplatePlacementManagedClusterConfig value)
-
-