Class SccV2OrganizationSourceIamBindingConditionOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.scc_v2_organization_source_iam_binding.SccV2OrganizationSourceIamBindingConditionOutputReference
-
- 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:22.634Z") @Stability(Stable) public class SccV2OrganizationSourceIamBindingConditionOutputReference 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 SccV2OrganizationSourceIamBindingConditionOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSccV2OrganizationSourceIamBindingConditionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSccV2OrganizationSourceIamBindingConditionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetDescriptionInput()StringgetExpression()StringgetExpressionInput()SccV2OrganizationSourceIamBindingConditiongetInternalValue()StringgetTitle()StringgetTitleInput()voidresetDescription()voidsetDescription(String value)voidsetExpression(String value)voidsetInternalValue(SccV2OrganizationSourceIamBindingCondition value)voidsetTitle(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
-
SccV2OrganizationSourceIamBindingConditionOutputReference
protected SccV2OrganizationSourceIamBindingConditionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SccV2OrganizationSourceIamBindingConditionOutputReference
protected SccV2OrganizationSourceIamBindingConditionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SccV2OrganizationSourceIamBindingConditionOutputReference
@Stability(Stable) public SccV2OrganizationSourceIamBindingConditionOutputReference(@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
-
resetDescription
@Stability(Stable) public void resetDescription()
-
getDescriptionInput
@Stability(Stable) @Nullable public String getDescriptionInput()
-
getExpressionInput
@Stability(Stable) @Nullable public String getExpressionInput()
-
getTitleInput
@Stability(Stable) @Nullable public String getTitleInput()
-
getDescription
@Stability(Stable) @NotNull public String getDescription()
-
setDescription
@Stability(Stable) public void setDescription(@NotNull String value)
-
getExpression
@Stability(Stable) @NotNull public String getExpression()
-
setExpression
@Stability(Stable) public void setExpression(@NotNull String value)
-
getTitle
@Stability(Stable) @NotNull public String getTitle()
-
setTitle
@Stability(Stable) public void setTitle(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public SccV2OrganizationSourceIamBindingCondition getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SccV2OrganizationSourceIamBindingCondition value)
-
-