Class MskconnectConnectorCapacityAutoscalingOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.mskconnect_connector.MskconnectConnectorCapacityAutoscalingOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.108Z") @Stability(Stable) public class MskconnectConnectorCapacityAutoscalingOutputReference 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 MskconnectConnectorCapacityAutoscalingOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMskconnectConnectorCapacityAutoscalingOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMskconnectConnectorCapacityAutoscalingOutputReference(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
-
MskconnectConnectorCapacityAutoscalingOutputReference
protected MskconnectConnectorCapacityAutoscalingOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MskconnectConnectorCapacityAutoscalingOutputReference
protected MskconnectConnectorCapacityAutoscalingOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MskconnectConnectorCapacityAutoscalingOutputReference
@Stability(Stable) public MskconnectConnectorCapacityAutoscalingOutputReference(@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
-
putScaleInPolicy
@Stability(Stable) public void putScaleInPolicy(@NotNull MskconnectConnectorCapacityAutoscalingScaleInPolicy value)- Parameters:
value- This parameter is required.
-
putScaleOutPolicy
@Stability(Stable) public void putScaleOutPolicy(@NotNull MskconnectConnectorCapacityAutoscalingScaleOutPolicy value)- Parameters:
value- This parameter is required.
-
resetMcuCount
@Stability(Stable) public void resetMcuCount()
-
resetScaleInPolicy
@Stability(Stable) public void resetScaleInPolicy()
-
resetScaleOutPolicy
@Stability(Stable) public void resetScaleOutPolicy()
-
getScaleInPolicy
@Stability(Stable) @NotNull public MskconnectConnectorCapacityAutoscalingScaleInPolicyOutputReference getScaleInPolicy()
-
getScaleOutPolicy
@Stability(Stable) @NotNull public MskconnectConnectorCapacityAutoscalingScaleOutPolicyOutputReference getScaleOutPolicy()
-
getMaxWorkerCountInput
@Stability(Stable) @Nullable public Number getMaxWorkerCountInput()
-
getMcuCountInput
@Stability(Stable) @Nullable public Number getMcuCountInput()
-
getMinWorkerCountInput
@Stability(Stable) @Nullable public Number getMinWorkerCountInput()
-
getScaleInPolicyInput
@Stability(Stable) @Nullable public MskconnectConnectorCapacityAutoscalingScaleInPolicy getScaleInPolicyInput()
-
getScaleOutPolicyInput
@Stability(Stable) @Nullable public MskconnectConnectorCapacityAutoscalingScaleOutPolicy getScaleOutPolicyInput()
-
getMaxWorkerCount
@Stability(Stable) @NotNull public Number getMaxWorkerCount()
-
setMaxWorkerCount
@Stability(Stable) public void setMaxWorkerCount(@NotNull Number value)
-
getMcuCount
@Stability(Stable) @NotNull public Number getMcuCount()
-
setMcuCount
@Stability(Stable) public void setMcuCount(@NotNull Number value)
-
getMinWorkerCount
@Stability(Stable) @NotNull public Number getMinWorkerCount()
-
setMinWorkerCount
@Stability(Stable) public void setMinWorkerCount(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public MskconnectConnectorCapacityAutoscaling getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MskconnectConnectorCapacityAutoscaling value)
-
-