Class ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference
-
- 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.263Z") @Stability(Stable) public class ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference 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 ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(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
-
ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference
protected ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference
protected ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference
@Stability(Stable) public ComposerEnvironmentConfigPrivateEnvironmentConfigOutputReference(@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
-
resetCloudComposerConnectionSubnetwork
@Stability(Stable) public void resetCloudComposerConnectionSubnetwork()
-
resetCloudComposerNetworkIpv4CidrBlock
@Stability(Stable) public void resetCloudComposerNetworkIpv4CidrBlock()
-
resetCloudSqlIpv4CidrBlock
@Stability(Stable) public void resetCloudSqlIpv4CidrBlock()
-
resetConnectionType
@Stability(Stable) public void resetConnectionType()
-
resetEnablePrivateEndpoint
@Stability(Stable) public void resetEnablePrivateEndpoint()
-
resetEnablePrivatelyUsedPublicIps
@Stability(Stable) public void resetEnablePrivatelyUsedPublicIps()
-
resetMasterIpv4CidrBlock
@Stability(Stable) public void resetMasterIpv4CidrBlock()
-
resetWebServerIpv4CidrBlock
@Stability(Stable) public void resetWebServerIpv4CidrBlock()
-
getCloudComposerConnectionSubnetworkInput
@Stability(Stable) @Nullable public String getCloudComposerConnectionSubnetworkInput()
-
getCloudComposerNetworkIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getCloudComposerNetworkIpv4CidrBlockInput()
-
getCloudSqlIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getCloudSqlIpv4CidrBlockInput()
-
getConnectionTypeInput
@Stability(Stable) @Nullable public String getConnectionTypeInput()
-
getEnablePrivateEndpointInput
@Stability(Stable) @Nullable public Object getEnablePrivateEndpointInput()
-
getEnablePrivatelyUsedPublicIpsInput
@Stability(Stable) @Nullable public Object getEnablePrivatelyUsedPublicIpsInput()
-
getMasterIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getMasterIpv4CidrBlockInput()
-
getWebServerIpv4CidrBlockInput
@Stability(Stable) @Nullable public String getWebServerIpv4CidrBlockInput()
-
getCloudComposerConnectionSubnetwork
@Stability(Stable) @NotNull public String getCloudComposerConnectionSubnetwork()
-
setCloudComposerConnectionSubnetwork
@Stability(Stable) public void setCloudComposerConnectionSubnetwork(@NotNull String value)
-
getCloudComposerNetworkIpv4CidrBlock
@Stability(Stable) @NotNull public String getCloudComposerNetworkIpv4CidrBlock()
-
setCloudComposerNetworkIpv4CidrBlock
@Stability(Stable) public void setCloudComposerNetworkIpv4CidrBlock(@NotNull String value)
-
getCloudSqlIpv4CidrBlock
@Stability(Stable) @NotNull public String getCloudSqlIpv4CidrBlock()
-
setCloudSqlIpv4CidrBlock
@Stability(Stable) public void setCloudSqlIpv4CidrBlock(@NotNull String value)
-
getConnectionType
@Stability(Stable) @NotNull public String getConnectionType()
-
setConnectionType
@Stability(Stable) public void setConnectionType(@NotNull String value)
-
getEnablePrivateEndpoint
@Stability(Stable) @NotNull public Object getEnablePrivateEndpoint()
-
setEnablePrivateEndpoint
@Stability(Stable) public void setEnablePrivateEndpoint(@NotNull Boolean value)
-
setEnablePrivateEndpoint
@Stability(Stable) public void setEnablePrivateEndpoint(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnablePrivatelyUsedPublicIps
@Stability(Stable) @NotNull public Object getEnablePrivatelyUsedPublicIps()
-
setEnablePrivatelyUsedPublicIps
@Stability(Stable) public void setEnablePrivatelyUsedPublicIps(@NotNull Boolean value)
-
setEnablePrivatelyUsedPublicIps
@Stability(Stable) public void setEnablePrivatelyUsedPublicIps(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getMasterIpv4CidrBlock
@Stability(Stable) @NotNull public String getMasterIpv4CidrBlock()
-
setMasterIpv4CidrBlock
@Stability(Stable) public void setMasterIpv4CidrBlock(@NotNull String value)
-
getWebServerIpv4CidrBlock
@Stability(Stable) @NotNull public String getWebServerIpv4CidrBlock()
-
setWebServerIpv4CidrBlock
@Stability(Stable) public void setWebServerIpv4CidrBlock(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComposerEnvironmentConfigPrivateEnvironmentConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComposerEnvironmentConfigPrivateEnvironmentConfig value)
-
-