Class CloudwatchEventTargetBatchTargetOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetBatchTargetOutputReference
-
- 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:50.966Z") @Stability(Stable) public class CloudwatchEventTargetBatchTargetOutputReference 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 CloudwatchEventTargetBatchTargetOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudwatchEventTargetBatchTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudwatchEventTargetBatchTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetArraySize()NumbergetArraySizeInput()CloudwatchEventTargetBatchTargetgetInternalValue()NumbergetJobAttempts()NumbergetJobAttemptsInput()StringgetJobDefinition()StringgetJobDefinitionInput()StringgetJobName()StringgetJobNameInput()voidresetArraySize()voidresetJobAttempts()voidsetArraySize(Number value)voidsetInternalValue(CloudwatchEventTargetBatchTarget value)voidsetJobAttempts(Number value)voidsetJobDefinition(String value)voidsetJobName(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
-
CloudwatchEventTargetBatchTargetOutputReference
protected CloudwatchEventTargetBatchTargetOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
CloudwatchEventTargetBatchTargetOutputReference
protected CloudwatchEventTargetBatchTargetOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
CloudwatchEventTargetBatchTargetOutputReference
@Stability(Stable) public CloudwatchEventTargetBatchTargetOutputReference(@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
-
resetArraySize
@Stability(Stable) public void resetArraySize()
-
resetJobAttempts
@Stability(Stable) public void resetJobAttempts()
-
getArraySizeInput
@Stability(Stable) @Nullable public Number getArraySizeInput()
-
getJobAttemptsInput
@Stability(Stable) @Nullable public Number getJobAttemptsInput()
-
getJobDefinitionInput
@Stability(Stable) @Nullable public String getJobDefinitionInput()
-
getJobNameInput
@Stability(Stable) @Nullable public String getJobNameInput()
-
getArraySize
@Stability(Stable) @NotNull public Number getArraySize()
-
setArraySize
@Stability(Stable) public void setArraySize(@NotNull Number value)
-
getJobAttempts
@Stability(Stable) @NotNull public Number getJobAttempts()
-
setJobAttempts
@Stability(Stable) public void setJobAttempts(@NotNull Number value)
-
getJobDefinition
@Stability(Stable) @NotNull public String getJobDefinition()
-
setJobDefinition
@Stability(Stable) public void setJobDefinition(@NotNull String value)
-
getJobName
@Stability(Stable) @NotNull public String getJobName()
-
setJobName
@Stability(Stable) public void setJobName(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public CloudwatchEventTargetBatchTarget getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudwatchEventTargetBatchTarget value)
-
-