Class CloudRunServiceTemplateSpecContainersOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecContainersOutputReference
-
- 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:17.943Z") @Stability(Stable) public class CloudRunServiceTemplateSpecContainersOutputReference 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 CloudRunServiceTemplateSpecContainersOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedCloudRunServiceTemplateSpecContainersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudRunServiceTemplateSpecContainersOutputReference(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
-
CloudRunServiceTemplateSpecContainersOutputReference
protected CloudRunServiceTemplateSpecContainersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudRunServiceTemplateSpecContainersOutputReference
protected CloudRunServiceTemplateSpecContainersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudRunServiceTemplateSpecContainersOutputReference
@Stability(Stable) public CloudRunServiceTemplateSpecContainersOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putEnv
@Stability(Stable) public void putEnv(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putEnvFrom
@Stability(Stable) public void putEnvFrom(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putLivenessProbe
@Stability(Stable) public void putLivenessProbe(@NotNull CloudRunServiceTemplateSpecContainersLivenessProbe value)- Parameters:
value- This parameter is required.
-
putPorts
@Stability(Stable) public void putPorts(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putResources
@Stability(Stable) public void putResources(@NotNull CloudRunServiceTemplateSpecContainersResources value)- Parameters:
value- This parameter is required.
-
putStartupProbe
@Stability(Stable) public void putStartupProbe(@NotNull CloudRunServiceTemplateSpecContainersStartupProbe value)- Parameters:
value- This parameter is required.
-
putVolumeMounts
@Stability(Stable) public void putVolumeMounts(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetArgs
@Stability(Stable) public void resetArgs()
-
resetCommand
@Stability(Stable) public void resetCommand()
-
resetEnv
@Stability(Stable) public void resetEnv()
-
resetEnvFrom
@Stability(Stable) public void resetEnvFrom()
-
resetLivenessProbe
@Stability(Stable) public void resetLivenessProbe()
-
resetName
@Stability(Stable) public void resetName()
-
resetPorts
@Stability(Stable) public void resetPorts()
-
resetResources
@Stability(Stable) public void resetResources()
-
resetStartupProbe
@Stability(Stable) public void resetStartupProbe()
-
resetVolumeMounts
@Stability(Stable) public void resetVolumeMounts()
-
resetWorkingDir
@Stability(Stable) public void resetWorkingDir()
-
getEnv
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersEnvList getEnv()
-
getEnvFrom
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersEnvFromList getEnvFrom()
-
getLivenessProbe
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersLivenessProbeOutputReference getLivenessProbe()
-
getPorts
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersPortsList getPorts()
-
getResources
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersResourcesOutputReference getResources()
-
getStartupProbe
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersStartupProbeOutputReference getStartupProbe()
-
getVolumeMounts
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersVolumeMountsList getVolumeMounts()
-
getEnvFromInput
@Stability(Stable) @Nullable public Object getEnvFromInput()
-
getEnvInput
@Stability(Stable) @Nullable public Object getEnvInput()
-
getImageInput
@Stability(Stable) @Nullable public String getImageInput()
-
getLivenessProbeInput
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersLivenessProbe getLivenessProbeInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getPortsInput
@Stability(Stable) @Nullable public Object getPortsInput()
-
getResourcesInput
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersResources getResourcesInput()
-
getStartupProbeInput
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpecContainersStartupProbe getStartupProbeInput()
-
getVolumeMountsInput
@Stability(Stable) @Nullable public Object getVolumeMountsInput()
-
getWorkingDirInput
@Stability(Stable) @Nullable public String getWorkingDirInput()
-
getImage
@Stability(Stable) @NotNull public String getImage()
-
setImage
@Stability(Stable) public void setImage(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getWorkingDir
@Stability(Stable) @NotNull public String getWorkingDir()
-
setWorkingDir
@Stability(Stable) public void setWorkingDir(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudRunServiceTemplateSpecContainers value)
-
-