Class CloudRunV2ServiceTemplateOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateOutputReference
-
- 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.011Z") @Stability(Stable) public class CloudRunV2ServiceTemplateOutputReference 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 CloudRunV2ServiceTemplateOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudRunV2ServiceTemplateOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudRunV2ServiceTemplateOutputReference(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
-
CloudRunV2ServiceTemplateOutputReference
protected CloudRunV2ServiceTemplateOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudRunV2ServiceTemplateOutputReference
protected CloudRunV2ServiceTemplateOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudRunV2ServiceTemplateOutputReference
@Stability(Stable) public CloudRunV2ServiceTemplateOutputReference(@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.
-
putScaling
@Stability(Stable) public void putScaling(@NotNull CloudRunV2ServiceTemplateScaling value)- Parameters:
value- This parameter is required.
-
putVolumes
@Stability(Stable) public void putVolumes(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putVpcAccess
@Stability(Stable) public void putVpcAccess(@NotNull CloudRunV2ServiceTemplateVpcAccess value)- Parameters:
value- This parameter is required.
-
resetAnnotations
@Stability(Stable) public void resetAnnotations()
-
resetContainers
@Stability(Stable) public void resetContainers()
-
resetEncryptionKey
@Stability(Stable) public void resetEncryptionKey()
-
resetExecutionEnvironment
@Stability(Stable) public void resetExecutionEnvironment()
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetMaxInstanceRequestConcurrency
@Stability(Stable) public void resetMaxInstanceRequestConcurrency()
-
resetRevision
@Stability(Stable) public void resetRevision()
-
resetScaling
@Stability(Stable) public void resetScaling()
-
resetServiceAccount
@Stability(Stable) public void resetServiceAccount()
-
resetSessionAffinity
@Stability(Stable) public void resetSessionAffinity()
-
resetTimeout
@Stability(Stable) public void resetTimeout()
-
resetVolumes
@Stability(Stable) public void resetVolumes()
-
resetVpcAccess
@Stability(Stable) public void resetVpcAccess()
-
getContainers
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateContainersList getContainers()
-
getScaling
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateScalingOutputReference getScaling()
-
getVolumes
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVolumesList getVolumes()
-
getVpcAccess
@Stability(Stable) @NotNull public CloudRunV2ServiceTemplateVpcAccessOutputReference getVpcAccess()
-
getContainersInput
@Stability(Stable) @Nullable public Object getContainersInput()
-
getEncryptionKeyInput
@Stability(Stable) @Nullable public String getEncryptionKeyInput()
-
getExecutionEnvironmentInput
@Stability(Stable) @Nullable public String getExecutionEnvironmentInput()
-
getMaxInstanceRequestConcurrencyInput
@Stability(Stable) @Nullable public Number getMaxInstanceRequestConcurrencyInput()
-
getRevisionInput
@Stability(Stable) @Nullable public String getRevisionInput()
-
getScalingInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateScaling getScalingInput()
-
getServiceAccountInput
@Stability(Stable) @Nullable public String getServiceAccountInput()
-
getSessionAffinityInput
@Stability(Stable) @Nullable public Object getSessionAffinityInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public String getTimeoutInput()
-
getVolumesInput
@Stability(Stable) @Nullable public Object getVolumesInput()
-
getVpcAccessInput
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplateVpcAccess getVpcAccessInput()
-
getEncryptionKey
@Stability(Stable) @NotNull public String getEncryptionKey()
-
setEncryptionKey
@Stability(Stable) public void setEncryptionKey(@NotNull String value)
-
getExecutionEnvironment
@Stability(Stable) @NotNull public String getExecutionEnvironment()
-
setExecutionEnvironment
@Stability(Stable) public void setExecutionEnvironment(@NotNull String value)
-
getMaxInstanceRequestConcurrency
@Stability(Stable) @NotNull public Number getMaxInstanceRequestConcurrency()
-
setMaxInstanceRequestConcurrency
@Stability(Stable) public void setMaxInstanceRequestConcurrency(@NotNull Number value)
-
getRevision
@Stability(Stable) @NotNull public String getRevision()
-
setRevision
@Stability(Stable) public void setRevision(@NotNull String value)
-
getServiceAccount
@Stability(Stable) @NotNull public String getServiceAccount()
-
setServiceAccount
@Stability(Stable) public void setServiceAccount(@NotNull String value)
-
getSessionAffinity
@Stability(Stable) @NotNull public Object getSessionAffinity()
-
setSessionAffinity
@Stability(Stable) public void setSessionAffinity(@NotNull Boolean value)
-
setSessionAffinity
@Stability(Stable) public void setSessionAffinity(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTimeout
@Stability(Stable) @NotNull public String getTimeout()
-
setTimeout
@Stability(Stable) public void setTimeout(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudRunV2ServiceTemplate getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudRunV2ServiceTemplate value)
-
-