Class ApigeeAddonsConfigAddonsConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.apigee_addons_config.ApigeeAddonsConfigAddonsConfigOutputReference
-
- 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:17.315Z") @Stability(Stable) public class ApigeeAddonsConfigAddonsConfigOutputReference 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 ApigeeAddonsConfigAddonsConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedApigeeAddonsConfigAddonsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedApigeeAddonsConfigAddonsConfigOutputReference(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
-
ApigeeAddonsConfigAddonsConfigOutputReference
protected ApigeeAddonsConfigAddonsConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ApigeeAddonsConfigAddonsConfigOutputReference
protected ApigeeAddonsConfigAddonsConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ApigeeAddonsConfigAddonsConfigOutputReference
@Stability(Stable) public ApigeeAddonsConfigAddonsConfigOutputReference(@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
-
putAdvancedApiOpsConfig
@Stability(Stable) public void putAdvancedApiOpsConfig(@NotNull ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig value)- Parameters:
value- This parameter is required.
-
putApiSecurityConfig
@Stability(Stable) public void putApiSecurityConfig(@NotNull ApigeeAddonsConfigAddonsConfigApiSecurityConfig value)- Parameters:
value- This parameter is required.
-
putConnectorsPlatformConfig
@Stability(Stable) public void putConnectorsPlatformConfig(@NotNull ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig value)- Parameters:
value- This parameter is required.
-
putIntegrationConfig
@Stability(Stable) public void putIntegrationConfig(@NotNull ApigeeAddonsConfigAddonsConfigIntegrationConfig value)- Parameters:
value- This parameter is required.
-
putMonetizationConfig
@Stability(Stable) public void putMonetizationConfig(@NotNull ApigeeAddonsConfigAddonsConfigMonetizationConfig value)- Parameters:
value- This parameter is required.
-
resetAdvancedApiOpsConfig
@Stability(Stable) public void resetAdvancedApiOpsConfig()
-
resetApiSecurityConfig
@Stability(Stable) public void resetApiSecurityConfig()
-
resetConnectorsPlatformConfig
@Stability(Stable) public void resetConnectorsPlatformConfig()
-
resetIntegrationConfig
@Stability(Stable) public void resetIntegrationConfig()
-
resetMonetizationConfig
@Stability(Stable) public void resetMonetizationConfig()
-
getAdvancedApiOpsConfig
@Stability(Stable) @NotNull public ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfigOutputReference getAdvancedApiOpsConfig()
-
getApiSecurityConfig
@Stability(Stable) @NotNull public ApigeeAddonsConfigAddonsConfigApiSecurityConfigOutputReference getApiSecurityConfig()
-
getConnectorsPlatformConfig
@Stability(Stable) @NotNull public ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfigOutputReference getConnectorsPlatformConfig()
-
getIntegrationConfig
@Stability(Stable) @NotNull public ApigeeAddonsConfigAddonsConfigIntegrationConfigOutputReference getIntegrationConfig()
-
getMonetizationConfig
@Stability(Stable) @NotNull public ApigeeAddonsConfigAddonsConfigMonetizationConfigOutputReference getMonetizationConfig()
-
getAdvancedApiOpsConfigInput
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfigAdvancedApiOpsConfig getAdvancedApiOpsConfigInput()
-
getApiSecurityConfigInput
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfigApiSecurityConfig getApiSecurityConfigInput()
-
getConnectorsPlatformConfigInput
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfigConnectorsPlatformConfig getConnectorsPlatformConfigInput()
-
getIntegrationConfigInput
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfigIntegrationConfig getIntegrationConfigInput()
-
getMonetizationConfigInput
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfigMonetizationConfig getMonetizationConfigInput()
-
getInternalValue
@Stability(Stable) @Nullable public ApigeeAddonsConfigAddonsConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ApigeeAddonsConfigAddonsConfig value)
-
-