Class ComputeSecurityPolicyRuleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy.ComputeSecurityPolicyRuleOutputReference
-
- 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.960Z") @Stability(Stable) public class ComputeSecurityPolicyRuleOutputReference 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 ComputeSecurityPolicyRuleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedComputeSecurityPolicyRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeSecurityPolicyRuleOutputReference(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
-
ComputeSecurityPolicyRuleOutputReference
protected ComputeSecurityPolicyRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeSecurityPolicyRuleOutputReference
protected ComputeSecurityPolicyRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeSecurityPolicyRuleOutputReference
@Stability(Stable) public ComputeSecurityPolicyRuleOutputReference(@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
-
putHeaderAction
@Stability(Stable) public void putHeaderAction(@NotNull ComputeSecurityPolicyRuleHeaderAction value)- Parameters:
value- This parameter is required.
-
putMatch
@Stability(Stable) public void putMatch(@NotNull ComputeSecurityPolicyRuleMatch value)- Parameters:
value- This parameter is required.
-
putRateLimitOptions
@Stability(Stable) public void putRateLimitOptions(@NotNull ComputeSecurityPolicyRuleRateLimitOptions value)- Parameters:
value- This parameter is required.
-
putRedirectOptions
@Stability(Stable) public void putRedirectOptions(@NotNull ComputeSecurityPolicyRuleRedirectOptions value)- Parameters:
value- This parameter is required.
-
resetDescription
@Stability(Stable) public void resetDescription()
-
resetHeaderAction
@Stability(Stable) public void resetHeaderAction()
-
resetPreview
@Stability(Stable) public void resetPreview()
-
resetRateLimitOptions
@Stability(Stable) public void resetRateLimitOptions()
-
resetRedirectOptions
@Stability(Stable) public void resetRedirectOptions()
-
getHeaderAction
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleHeaderActionOutputReference getHeaderAction()
-
getMatch
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleMatchOutputReference getMatch()
-
getRateLimitOptions
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleRateLimitOptionsOutputReference getRateLimitOptions()
-
getRedirectOptions
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleRedirectOptionsOutputReference getRedirectOptions()
-
getActionInput
@Stability(Stable) @Nullable public String getActionInput()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getHeaderActionInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleHeaderAction getHeaderActionInput()
-
getMatchInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleMatch getMatchInput()
-
getPreviewInput
@Stability(Stable) @Nullable public Object getPreviewInput()
-
getPriorityInput
@Stability(Stable) @Nullable public Number getPriorityInput()
-
getRateLimitOptionsInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleRateLimitOptions getRateLimitOptionsInput()
-
getRedirectOptionsInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleRedirectOptions getRedirectOptionsInput()
-
getAction
@Stability(Stable) @NotNull public String getAction()
-
setAction
@Stability(Stable) public void setAction(@NotNull String value)
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getPreview
@Stability(Stable) @NotNull public Object getPreview()
-
setPreview
@Stability(Stable) public void setPreview(@NotNull Boolean value)
-
setPreview
@Stability(Stable) public void setPreview(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getPriority
@Stability(Stable) @NotNull public Number getPriority()
-
setPriority
@Stability(Stable) public void setPriority(@NotNull Number 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 ComputeSecurityPolicyRule value)
-
-