Class EventarcTriggerDestinationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationOutputReference
-
- 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:21.181Z") @Stability(Stable) public class EventarcTriggerDestinationOutputReference 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 EventarcTriggerDestinationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEventarcTriggerDestinationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEventarcTriggerDestinationOutputReference(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
-
EventarcTriggerDestinationOutputReference
protected EventarcTriggerDestinationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
EventarcTriggerDestinationOutputReference
protected EventarcTriggerDestinationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
EventarcTriggerDestinationOutputReference
@Stability(Stable) public EventarcTriggerDestinationOutputReference(@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
-
putCloudRunService
@Stability(Stable) public void putCloudRunService(@NotNull EventarcTriggerDestinationCloudRunService value)- Parameters:
value- This parameter is required.
-
putGke
@Stability(Stable) public void putGke(@NotNull EventarcTriggerDestinationGke value)- Parameters:
value- This parameter is required.
-
putHttpEndpoint
@Stability(Stable) public void putHttpEndpoint(@NotNull EventarcTriggerDestinationHttpEndpoint value)- Parameters:
value- This parameter is required.
-
putNetworkConfig
@Stability(Stable) public void putNetworkConfig(@NotNull EventarcTriggerDestinationNetworkConfig value)- Parameters:
value- This parameter is required.
-
resetCloudRunService
@Stability(Stable) public void resetCloudRunService()
-
resetGke
@Stability(Stable) public void resetGke()
-
resetHttpEndpoint
@Stability(Stable) public void resetHttpEndpoint()
-
resetNetworkConfig
@Stability(Stable) public void resetNetworkConfig()
-
resetWorkflow
@Stability(Stable) public void resetWorkflow()
-
getCloudFunction
@Stability(Stable) @NotNull public String getCloudFunction()
-
getCloudRunService
@Stability(Stable) @NotNull public EventarcTriggerDestinationCloudRunServiceOutputReference getCloudRunService()
-
getGke
@Stability(Stable) @NotNull public EventarcTriggerDestinationGkeOutputReference getGke()
-
getHttpEndpoint
@Stability(Stable) @NotNull public EventarcTriggerDestinationHttpEndpointOutputReference getHttpEndpoint()
-
getNetworkConfig
@Stability(Stable) @NotNull public EventarcTriggerDestinationNetworkConfigOutputReference getNetworkConfig()
-
getCloudRunServiceInput
@Stability(Stable) @Nullable public EventarcTriggerDestinationCloudRunService getCloudRunServiceInput()
-
getGkeInput
@Stability(Stable) @Nullable public EventarcTriggerDestinationGke getGkeInput()
-
getHttpEndpointInput
@Stability(Stable) @Nullable public EventarcTriggerDestinationHttpEndpoint getHttpEndpointInput()
-
getNetworkConfigInput
@Stability(Stable) @Nullable public EventarcTriggerDestinationNetworkConfig getNetworkConfigInput()
-
getWorkflowInput
@Stability(Stable) @Nullable public String getWorkflowInput()
-
getWorkflow
@Stability(Stable) @NotNull public String getWorkflow()
-
setWorkflow
@Stability(Stable) public void setWorkflow(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public EventarcTriggerDestination getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EventarcTriggerDestination value)
-
-