Class Cloudfunctions2FunctionEventTriggerOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionEventTriggerOutputReference
-
- 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.204Z") @Stability(Stable) public class Cloudfunctions2FunctionEventTriggerOutputReference 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 Cloudfunctions2FunctionEventTriggerOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudfunctions2FunctionEventTriggerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudfunctions2FunctionEventTriggerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cloudfunctions2FunctionEventTriggerEventFiltersListgetEventFilters()ObjectgetEventFiltersInput()StringgetEventType()StringgetEventTypeInput()Cloudfunctions2FunctionEventTriggergetInternalValue()StringgetPubsubTopic()StringgetPubsubTopicInput()StringgetRetryPolicy()StringgetRetryPolicyInput()StringgetServiceAccountEmail()StringgetServiceAccountEmailInput()StringgetTrigger()StringgetTriggerRegion()StringgetTriggerRegionInput()voidputEventFilters(Object value)voidresetEventFilters()voidresetEventType()voidresetPubsubTopic()voidresetRetryPolicy()voidresetServiceAccountEmail()voidresetTriggerRegion()voidsetEventType(String value)voidsetInternalValue(Cloudfunctions2FunctionEventTrigger value)voidsetPubsubTopic(String value)voidsetRetryPolicy(String value)voidsetServiceAccountEmail(String value)voidsetTriggerRegion(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
-
Cloudfunctions2FunctionEventTriggerOutputReference
protected Cloudfunctions2FunctionEventTriggerOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Cloudfunctions2FunctionEventTriggerOutputReference
protected Cloudfunctions2FunctionEventTriggerOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Cloudfunctions2FunctionEventTriggerOutputReference
@Stability(Stable) public Cloudfunctions2FunctionEventTriggerOutputReference(@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
-
putEventFilters
@Stability(Stable) public void putEventFilters(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetEventFilters
@Stability(Stable) public void resetEventFilters()
-
resetEventType
@Stability(Stable) public void resetEventType()
-
resetPubsubTopic
@Stability(Stable) public void resetPubsubTopic()
-
resetRetryPolicy
@Stability(Stable) public void resetRetryPolicy()
-
resetServiceAccountEmail
@Stability(Stable) public void resetServiceAccountEmail()
-
resetTriggerRegion
@Stability(Stable) public void resetTriggerRegion()
-
getEventFilters
@Stability(Stable) @NotNull public Cloudfunctions2FunctionEventTriggerEventFiltersList getEventFilters()
-
getTrigger
@Stability(Stable) @NotNull public String getTrigger()
-
getEventFiltersInput
@Stability(Stable) @Nullable public Object getEventFiltersInput()
-
getEventTypeInput
@Stability(Stable) @Nullable public String getEventTypeInput()
-
getPubsubTopicInput
@Stability(Stable) @Nullable public String getPubsubTopicInput()
-
getRetryPolicyInput
@Stability(Stable) @Nullable public String getRetryPolicyInput()
-
getServiceAccountEmailInput
@Stability(Stable) @Nullable public String getServiceAccountEmailInput()
-
getTriggerRegionInput
@Stability(Stable) @Nullable public String getTriggerRegionInput()
-
getEventType
@Stability(Stable) @NotNull public String getEventType()
-
setEventType
@Stability(Stable) public void setEventType(@NotNull String value)
-
getPubsubTopic
@Stability(Stable) @NotNull public String getPubsubTopic()
-
setPubsubTopic
@Stability(Stable) public void setPubsubTopic(@NotNull String value)
-
getRetryPolicy
@Stability(Stable) @NotNull public String getRetryPolicy()
-
setRetryPolicy
@Stability(Stable) public void setRetryPolicy(@NotNull String value)
-
getServiceAccountEmail
@Stability(Stable) @NotNull public String getServiceAccountEmail()
-
setServiceAccountEmail
@Stability(Stable) public void setServiceAccountEmail(@NotNull String value)
-
getTriggerRegion
@Stability(Stable) @NotNull public String getTriggerRegion()
-
setTriggerRegion
@Stability(Stable) public void setTriggerRegion(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Cloudfunctions2FunctionEventTrigger getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable Cloudfunctions2FunctionEventTrigger value)
-
-