Class CloudRunServiceTemplateSpecOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecOutputReference
-
- 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.953Z") @Stability(Stable) public class CloudRunServiceTemplateSpecOutputReference 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 CloudRunServiceTemplateSpecOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudRunServiceTemplateSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudRunServiceTemplateSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetContainerConcurrency()NumbergetContainerConcurrencyInput()CloudRunServiceTemplateSpecContainersListgetContainers()ObjectgetContainersInput()CloudRunServiceTemplateSpecgetInternalValue()StringgetServiceAccountName()StringgetServiceAccountNameInput()StringgetServingState()NumbergetTimeoutSeconds()NumbergetTimeoutSecondsInput()CloudRunServiceTemplateSpecVolumesListgetVolumes()ObjectgetVolumesInput()voidputContainers(Object value)voidputVolumes(Object value)voidresetContainerConcurrency()voidresetContainers()voidresetServiceAccountName()voidresetTimeoutSeconds()voidresetVolumes()voidsetContainerConcurrency(Number value)voidsetInternalValue(CloudRunServiceTemplateSpec value)voidsetServiceAccountName(String value)voidsetTimeoutSeconds(Number value)-
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
-
CloudRunServiceTemplateSpecOutputReference
protected CloudRunServiceTemplateSpecOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudRunServiceTemplateSpecOutputReference
protected CloudRunServiceTemplateSpecOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudRunServiceTemplateSpecOutputReference
@Stability(Stable) public CloudRunServiceTemplateSpecOutputReference(@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
-
putContainers
@Stability(Stable) public void putContainers(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putVolumes
@Stability(Stable) public void putVolumes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetContainerConcurrency
@Stability(Stable) public void resetContainerConcurrency()
-
resetContainers
@Stability(Stable) public void resetContainers()
-
resetServiceAccountName
@Stability(Stable) public void resetServiceAccountName()
-
resetTimeoutSeconds
@Stability(Stable) public void resetTimeoutSeconds()
-
resetVolumes
@Stability(Stable) public void resetVolumes()
-
getContainers
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecContainersList getContainers()
-
getServingState
@Stability(Stable) @NotNull public String getServingState()
-
getVolumes
@Stability(Stable) @NotNull public CloudRunServiceTemplateSpecVolumesList getVolumes()
-
getContainerConcurrencyInput
@Stability(Stable) @Nullable public Number getContainerConcurrencyInput()
-
getContainersInput
@Stability(Stable) @Nullable public Object getContainersInput()
-
getServiceAccountNameInput
@Stability(Stable) @Nullable public String getServiceAccountNameInput()
-
getTimeoutSecondsInput
@Stability(Stable) @Nullable public Number getTimeoutSecondsInput()
-
getVolumesInput
@Stability(Stable) @Nullable public Object getVolumesInput()
-
getContainerConcurrency
@Stability(Stable) @NotNull public Number getContainerConcurrency()
-
setContainerConcurrency
@Stability(Stable) public void setContainerConcurrency(@NotNull Number value)
-
getServiceAccountName
@Stability(Stable) @NotNull public String getServiceAccountName()
-
setServiceAccountName
@Stability(Stable) public void setServiceAccountName(@NotNull String value)
-
getTimeoutSeconds
@Stability(Stable) @NotNull public Number getTimeoutSeconds()
-
setTimeoutSeconds
@Stability(Stable) public void setTimeoutSeconds(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudRunServiceTemplateSpec getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudRunServiceTemplateSpec value)
-
-