Class ComputeSecurityPolicyRuleMatchAOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_security_policy_rule.ComputeSecurityPolicyRuleMatchAOutputReference
-
- 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.965Z") @Stability(Stable) public class ComputeSecurityPolicyRuleMatchAOutputReference 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 ComputeSecurityPolicyRuleMatchAOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedComputeSecurityPolicyRuleMatchAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeSecurityPolicyRuleMatchAOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeSecurityPolicyRuleMatchConfigAOutputReferencegetConfig()ComputeSecurityPolicyRuleMatchConfigAgetConfigInput()ComputeSecurityPolicyRuleMatchExprAOutputReferencegetExpr()ComputeSecurityPolicyRuleMatchExprAgetExprInput()ComputeSecurityPolicyRuleMatchExprOptionsAOutputReferencegetExprOptions()ComputeSecurityPolicyRuleMatchExprOptionsAgetExprOptionsInput()ComputeSecurityPolicyRuleMatchAgetInternalValue()StringgetVersionedExpr()StringgetVersionedExprInput()voidputConfig(ComputeSecurityPolicyRuleMatchConfigA value)voidputExpr(ComputeSecurityPolicyRuleMatchExprA value)voidputExprOptions(ComputeSecurityPolicyRuleMatchExprOptionsA value)voidresetConfig()voidresetExpr()voidresetExprOptions()voidresetVersionedExpr()voidsetInternalValue(ComputeSecurityPolicyRuleMatchA value)voidsetVersionedExpr(String 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
-
ComputeSecurityPolicyRuleMatchAOutputReference
protected ComputeSecurityPolicyRuleMatchAOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeSecurityPolicyRuleMatchAOutputReference
protected ComputeSecurityPolicyRuleMatchAOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeSecurityPolicyRuleMatchAOutputReference
@Stability(Stable) public ComputeSecurityPolicyRuleMatchAOutputReference(@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
-
putConfig
@Stability(Stable) public void putConfig(@NotNull ComputeSecurityPolicyRuleMatchConfigA value)- Parameters:
value- This parameter is required.
-
putExpr
@Stability(Stable) public void putExpr(@NotNull ComputeSecurityPolicyRuleMatchExprA value)- Parameters:
value- This parameter is required.
-
putExprOptions
@Stability(Stable) public void putExprOptions(@NotNull ComputeSecurityPolicyRuleMatchExprOptionsA value)- Parameters:
value- This parameter is required.
-
resetConfig
@Stability(Stable) public void resetConfig()
-
resetExpr
@Stability(Stable) public void resetExpr()
-
resetExprOptions
@Stability(Stable) public void resetExprOptions()
-
resetVersionedExpr
@Stability(Stable) public void resetVersionedExpr()
-
getConfig
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleMatchConfigAOutputReference getConfig()
-
getExpr
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleMatchExprAOutputReference getExpr()
-
getExprOptions
@Stability(Stable) @NotNull public ComputeSecurityPolicyRuleMatchExprOptionsAOutputReference getExprOptions()
-
getConfigInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleMatchConfigA getConfigInput()
-
getExprInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleMatchExprA getExprInput()
-
getExprOptionsInput
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleMatchExprOptionsA getExprOptionsInput()
-
getVersionedExprInput
@Stability(Stable) @Nullable public String getVersionedExprInput()
-
getVersionedExpr
@Stability(Stable) @NotNull public String getVersionedExpr()
-
setVersionedExpr
@Stability(Stable) public void setVersionedExpr(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ComputeSecurityPolicyRuleMatchA getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeSecurityPolicyRuleMatchA value)
-
-