Class SfnStateMachineLoggingConfigurationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.sfn_state_machine.SfnStateMachineLoggingConfigurationOutputReference
-
- 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:55.212Z") @Stability(Stable) public class SfnStateMachineLoggingConfigurationOutputReference 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 SfnStateMachineLoggingConfigurationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSfnStateMachineLoggingConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSfnStateMachineLoggingConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetIncludeExecutionData()ObjectgetIncludeExecutionDataInput()SfnStateMachineLoggingConfigurationgetInternalValue()StringgetLevel()StringgetLevelInput()StringgetLogDestination()StringgetLogDestinationInput()voidresetIncludeExecutionData()voidresetLevel()voidresetLogDestination()voidsetIncludeExecutionData(com.hashicorp.cdktf.IResolvable value)voidsetIncludeExecutionData(Boolean value)voidsetInternalValue(SfnStateMachineLoggingConfiguration value)voidsetLevel(String value)voidsetLogDestination(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
-
SfnStateMachineLoggingConfigurationOutputReference
protected SfnStateMachineLoggingConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SfnStateMachineLoggingConfigurationOutputReference
protected SfnStateMachineLoggingConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SfnStateMachineLoggingConfigurationOutputReference
@Stability(Stable) public SfnStateMachineLoggingConfigurationOutputReference(@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
-
resetIncludeExecutionData
@Stability(Stable) public void resetIncludeExecutionData()
-
resetLevel
@Stability(Stable) public void resetLevel()
-
resetLogDestination
@Stability(Stable) public void resetLogDestination()
-
getIncludeExecutionDataInput
@Stability(Stable) @Nullable public Object getIncludeExecutionDataInput()
-
getLevelInput
@Stability(Stable) @Nullable public String getLevelInput()
-
getLogDestinationInput
@Stability(Stable) @Nullable public String getLogDestinationInput()
-
getIncludeExecutionData
@Stability(Stable) @NotNull public Object getIncludeExecutionData()
-
setIncludeExecutionData
@Stability(Stable) public void setIncludeExecutionData(@NotNull Boolean value)
-
setIncludeExecutionData
@Stability(Stable) public void setIncludeExecutionData(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getLevel
@Stability(Stable) @NotNull public String getLevel()
-
setLevel
@Stability(Stable) public void setLevel(@NotNull String value)
-
getLogDestination
@Stability(Stable) @NotNull public String getLogDestination()
-
setLogDestination
@Stability(Stable) public void setLogDestination(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public SfnStateMachineLoggingConfiguration getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SfnStateMachineLoggingConfiguration value)
-
-