Class IntegrationConnectorsConnectionEventingConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionEventingConfigOutputReference
-
- 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.728Z") @Stability(Stable) public class IntegrationConnectorsConnectionEventingConfigOutputReference 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 IntegrationConnectorsConnectionEventingConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIntegrationConnectorsConnectionEventingConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationConnectorsConnectionEventingConfigOutputReference(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
-
IntegrationConnectorsConnectionEventingConfigOutputReference
protected IntegrationConnectorsConnectionEventingConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationConnectorsConnectionEventingConfigOutputReference
protected IntegrationConnectorsConnectionEventingConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationConnectorsConnectionEventingConfigOutputReference
@Stability(Stable) public IntegrationConnectorsConnectionEventingConfigOutputReference(@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
-
putAdditionalVariable
@Stability(Stable) public void putAdditionalVariable(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putAuthConfig
@Stability(Stable) public void putAuthConfig(@NotNull IntegrationConnectorsConnectionEventingConfigAuthConfig value)- Parameters:
value- This parameter is required.
-
putRegistrationDestinationConfig
@Stability(Stable) public void putRegistrationDestinationConfig(@NotNull IntegrationConnectorsConnectionEventingConfigRegistrationDestinationConfig value)- Parameters:
value- This parameter is required.
-
resetAdditionalVariable
@Stability(Stable) public void resetAdditionalVariable()
-
resetAuthConfig
@Stability(Stable) public void resetAuthConfig()
-
resetEnrichmentEnabled
@Stability(Stable) public void resetEnrichmentEnabled()
-
getAdditionalVariable
@Stability(Stable) @NotNull public IntegrationConnectorsConnectionEventingConfigAdditionalVariableList getAdditionalVariable()
-
getAuthConfig
@Stability(Stable) @NotNull public IntegrationConnectorsConnectionEventingConfigAuthConfigOutputReference getAuthConfig()
-
getRegistrationDestinationConfig
@Stability(Stable) @NotNull public IntegrationConnectorsConnectionEventingConfigRegistrationDestinationConfigOutputReference getRegistrationDestinationConfig()
-
getAdditionalVariableInput
@Stability(Stable) @Nullable public Object getAdditionalVariableInput()
-
getAuthConfigInput
@Stability(Stable) @Nullable public IntegrationConnectorsConnectionEventingConfigAuthConfig getAuthConfigInput()
-
getEnrichmentEnabledInput
@Stability(Stable) @Nullable public Object getEnrichmentEnabledInput()
-
getRegistrationDestinationConfigInput
@Stability(Stable) @Nullable public IntegrationConnectorsConnectionEventingConfigRegistrationDestinationConfig getRegistrationDestinationConfigInput()
-
getEnrichmentEnabled
@Stability(Stable) @NotNull public Object getEnrichmentEnabled()
-
setEnrichmentEnabled
@Stability(Stable) public void setEnrichmentEnabled(@NotNull Boolean value)
-
setEnrichmentEnabled
@Stability(Stable) public void setEnrichmentEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public IntegrationConnectorsConnectionEventingConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IntegrationConnectorsConnectionEventingConfig value)
-
-