Class ComposerEnvironmentConfigAOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigAOutputReference
-
- 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:18.256Z") @Stability(Stable) public class ComposerEnvironmentConfigAOutputReference 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 ComposerEnvironmentConfigAOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigAOutputReference(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
-
ComposerEnvironmentConfigAOutputReference
protected ComposerEnvironmentConfigAOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigAOutputReference
protected ComposerEnvironmentConfigAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigAOutputReference
@Stability(Stable) public ComposerEnvironmentConfigAOutputReference(@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
-
putDatabaseConfig
@Stability(Stable) public void putDatabaseConfig(@NotNull ComposerEnvironmentConfigDatabaseConfig value)- Parameters:
value- This parameter is required.
-
putDataRetentionConfig
@Stability(Stable) public void putDataRetentionConfig(@NotNull ComposerEnvironmentConfigDataRetentionConfig value)- Parameters:
value- This parameter is required.
-
putEncryptionConfig
@Stability(Stable) public void putEncryptionConfig(@NotNull ComposerEnvironmentConfigEncryptionConfig value)- Parameters:
value- This parameter is required.
-
putMaintenanceWindow
@Stability(Stable) public void putMaintenanceWindow(@NotNull ComposerEnvironmentConfigMaintenanceWindow value)- Parameters:
value- This parameter is required.
-
putMasterAuthorizedNetworksConfig
@Stability(Stable) public void putMasterAuthorizedNetworksConfig(@NotNull ComposerEnvironmentConfigMasterAuthorizedNetworksConfig value)- Parameters:
value- This parameter is required.
-
putNodeConfig
@Stability(Stable) public void putNodeConfig(@NotNull ComposerEnvironmentConfigNodeConfig value)- Parameters:
value- This parameter is required.
-
putPrivateEnvironmentConfig
@Stability(Stable) public void putPrivateEnvironmentConfig(@NotNull ComposerEnvironmentConfigPrivateEnvironmentConfig value)- Parameters:
value- This parameter is required.
-
putRecoveryConfig
@Stability(Stable) public void putRecoveryConfig(@NotNull ComposerEnvironmentConfigRecoveryConfig value)- Parameters:
value- This parameter is required.
-
putSoftwareConfig
@Stability(Stable) public void putSoftwareConfig(@NotNull ComposerEnvironmentConfigSoftwareConfig value)- Parameters:
value- This parameter is required.
-
putWebServerConfig
@Stability(Stable) public void putWebServerConfig(@NotNull ComposerEnvironmentConfigWebServerConfig value)- Parameters:
value- This parameter is required.
-
putWebServerNetworkAccessControl
@Stability(Stable) public void putWebServerNetworkAccessControl(@NotNull ComposerEnvironmentConfigWebServerNetworkAccessControl value)- Parameters:
value- This parameter is required.
-
putWorkloadsConfig
@Stability(Stable) public void putWorkloadsConfig(@NotNull ComposerEnvironmentConfigWorkloadsConfig value)- Parameters:
value- This parameter is required.
-
resetDatabaseConfig
@Stability(Stable) public void resetDatabaseConfig()
-
resetDataRetentionConfig
@Stability(Stable) public void resetDataRetentionConfig()
-
resetEncryptionConfig
@Stability(Stable) public void resetEncryptionConfig()
-
resetEnvironmentSize
@Stability(Stable) public void resetEnvironmentSize()
-
resetMaintenanceWindow
@Stability(Stable) public void resetMaintenanceWindow()
-
resetMasterAuthorizedNetworksConfig
@Stability(Stable) public void resetMasterAuthorizedNetworksConfig()
-
resetNodeConfig
@Stability(Stable) public void resetNodeConfig()
-
resetNodeCount
@Stability(Stable) public void resetNodeCount()
-
resetPrivateEnvironmentConfig
@Stability(Stable) public void resetPrivateEnvironmentConfig()
-
resetRecoveryConfig
@Stability(Stable) public void resetRecoveryConfig()
-
resetResilienceMode
@Stability(Stable) public void resetResilienceMode()
-
resetSoftwareConfig
@Stability(Stable) public void resetSoftwareConfig()
-
resetWebServerConfig
@Stability(Stable) public void resetWebServerConfig()
-
resetWebServerNetworkAccessControl
@Stability(Stable) public void resetWebServerNetworkAccessControl()
-
resetWorkloadsConfig
@Stability(Stable) public void resetWorkloadsConfig()
-
getAirflowUri
@Stability(Stable) @NotNull public String getAirflowUri()
-
getDagGcsPrefix
@Stability(Stable) @NotNull public String getDagGcsPrefix()
-
getDatabaseConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigDatabaseConfigOutputReference getDatabaseConfig()
-
getDataRetentionConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigDataRetentionConfigOutputReference getDataRetentionConfig()
-
getEncryptionConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigEncryptionConfigOutputReference getEncryptionConfig()
-
getGkeCluster
@Stability(Stable) @NotNull public String getGkeCluster()
-
getMaintenanceWindow
@Stability(Stable) @NotNull public ComposerEnvironmentConfigMaintenanceWindowOutputReference getMaintenanceWindow()
-
getMasterAuthorizedNetworksConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigMasterAuthorizedNetworksConfigOutputReference getMasterAuthorizedNetworksConfig()
-
getNodeConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigNodeConfigOutputReference getNodeConfig()
-
getPrivateEnvironmentConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference getPrivateEnvironmentConfig()
-
getRecoveryConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigRecoveryConfigOutputReference getRecoveryConfig()
-
getSoftwareConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigSoftwareConfigOutputReference getSoftwareConfig()
-
getWebServerConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigWebServerConfigOutputReference getWebServerConfig()
-
getWebServerNetworkAccessControl
@Stability(Stable) @NotNull public ComposerEnvironmentConfigWebServerNetworkAccessControlOutputReference getWebServerNetworkAccessControl()
-
getWorkloadsConfig
@Stability(Stable) @NotNull public ComposerEnvironmentConfigWorkloadsConfigOutputReference getWorkloadsConfig()
-
getDatabaseConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigDatabaseConfig getDatabaseConfigInput()
-
getDataRetentionConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigDataRetentionConfig getDataRetentionConfigInput()
-
getEncryptionConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigEncryptionConfig getEncryptionConfigInput()
-
getEnvironmentSizeInput
@Stability(Stable) @Nullable public String getEnvironmentSizeInput()
-
getMaintenanceWindowInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigMaintenanceWindow getMaintenanceWindowInput()
-
getMasterAuthorizedNetworksConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig getMasterAuthorizedNetworksConfigInput()
-
getNodeConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigNodeConfig getNodeConfigInput()
-
getNodeCountInput
@Stability(Stable) @Nullable public Number getNodeCountInput()
-
getPrivateEnvironmentConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigPrivateEnvironmentConfig getPrivateEnvironmentConfigInput()
-
getRecoveryConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigRecoveryConfig getRecoveryConfigInput()
-
getResilienceModeInput
@Stability(Stable) @Nullable public String getResilienceModeInput()
-
getSoftwareConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigSoftwareConfig getSoftwareConfigInput()
-
getWebServerConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigWebServerConfig getWebServerConfigInput()
-
getWebServerNetworkAccessControlInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigWebServerNetworkAccessControl getWebServerNetworkAccessControlInput()
-
getWorkloadsConfigInput
@Stability(Stable) @Nullable public ComposerEnvironmentConfigWorkloadsConfig getWorkloadsConfigInput()
-
getEnvironmentSize
@Stability(Stable) @NotNull public String getEnvironmentSize()
-
setEnvironmentSize
@Stability(Stable) public void setEnvironmentSize(@NotNull String value)
-
getNodeCount
@Stability(Stable) @NotNull public Number getNodeCount()
-
setNodeCount
@Stability(Stable) public void setNodeCount(@NotNull Number value)
-
getResilienceMode
@Stability(Stable) @NotNull public String getResilienceMode()
-
setResilienceMode
@Stability(Stable) public void setResilienceMode(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigA getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigA value)
-
-