Class ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_region_backend_service.ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference
-
- 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.695Z") @Stability(Stable) public class ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference 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 ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(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
-
ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference
protected ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference
protected ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference
@Stability(Stable) public ComputeRegionBackendServiceCdnPolicyCacheKeyPolicyOutputReference(@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
-
resetIncludeHost
@Stability(Stable) public void resetIncludeHost()
-
resetIncludeNamedCookies
@Stability(Stable) public void resetIncludeNamedCookies()
-
resetIncludeProtocol
@Stability(Stable) public void resetIncludeProtocol()
-
resetIncludeQueryString
@Stability(Stable) public void resetIncludeQueryString()
-
resetQueryStringBlacklist
@Stability(Stable) public void resetQueryStringBlacklist()
-
resetQueryStringWhitelist
@Stability(Stable) public void resetQueryStringWhitelist()
-
getIncludeHostInput
@Stability(Stable) @Nullable public Object getIncludeHostInput()
-
getIncludeNamedCookiesInput
@Stability(Stable) @Nullable public List<String> getIncludeNamedCookiesInput()
-
getIncludeProtocolInput
@Stability(Stable) @Nullable public Object getIncludeProtocolInput()
-
getIncludeQueryStringInput
@Stability(Stable) @Nullable public Object getIncludeQueryStringInput()
-
getQueryStringBlacklistInput
@Stability(Stable) @Nullable public List<String> getQueryStringBlacklistInput()
-
getQueryStringWhitelistInput
@Stability(Stable) @Nullable public List<String> getQueryStringWhitelistInput()
-
getIncludeHost
@Stability(Stable) @NotNull public Object getIncludeHost()
-
setIncludeHost
@Stability(Stable) public void setIncludeHost(@NotNull Boolean value)
-
setIncludeHost
@Stability(Stable) public void setIncludeHost(@NotNull com.hashicorp.cdktf.IResolvable value)
-
setIncludeNamedCookies
@Stability(Stable) public void setIncludeNamedCookies(@NotNull List<String> value)
-
getIncludeProtocol
@Stability(Stable) @NotNull public Object getIncludeProtocol()
-
setIncludeProtocol
@Stability(Stable) public void setIncludeProtocol(@NotNull Boolean value)
-
setIncludeProtocol
@Stability(Stable) public void setIncludeProtocol(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIncludeQueryString
@Stability(Stable) @NotNull public Object getIncludeQueryString()
-
setIncludeQueryString
@Stability(Stable) public void setIncludeQueryString(@NotNull Boolean value)
-
setIncludeQueryString
@Stability(Stable) public void setIncludeQueryString(@NotNull com.hashicorp.cdktf.IResolvable value)
-
setQueryStringBlacklist
@Stability(Stable) public void setQueryStringBlacklist(@NotNull List<String> value)
-
setQueryStringWhitelist
@Stability(Stable) public void setQueryStringWhitelist(@NotNull List<String> value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeRegionBackendServiceCdnPolicyCacheKeyPolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeRegionBackendServiceCdnPolicyCacheKeyPolicy value)
-
-