Class SchedulerScheduleTargetEcsParametersOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.scheduler_schedule.SchedulerScheduleTargetEcsParametersOutputReference
-
- 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.003Z") @Stability(Stable) public class SchedulerScheduleTargetEcsParametersOutputReference 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 SchedulerScheduleTargetEcsParametersOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSchedulerScheduleTargetEcsParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSchedulerScheduleTargetEcsParametersOutputReference(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
-
SchedulerScheduleTargetEcsParametersOutputReference
protected SchedulerScheduleTargetEcsParametersOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SchedulerScheduleTargetEcsParametersOutputReference
protected SchedulerScheduleTargetEcsParametersOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SchedulerScheduleTargetEcsParametersOutputReference
@Stability(Stable) public SchedulerScheduleTargetEcsParametersOutputReference(@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
-
putCapacityProviderStrategy
@Stability(Stable) public void putCapacityProviderStrategy(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putNetworkConfiguration
@Stability(Stable) public void putNetworkConfiguration(@NotNull SchedulerScheduleTargetEcsParametersNetworkConfiguration value)- Parameters:
value- This parameter is required.
-
putPlacementConstraints
@Stability(Stable) public void putPlacementConstraints(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putPlacementStrategy
@Stability(Stable) public void putPlacementStrategy(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetCapacityProviderStrategy
@Stability(Stable) public void resetCapacityProviderStrategy()
-
resetEnableEcsManagedTags
@Stability(Stable) public void resetEnableEcsManagedTags()
-
resetEnableExecuteCommand
@Stability(Stable) public void resetEnableExecuteCommand()
-
resetGroup
@Stability(Stable) public void resetGroup()
-
resetLaunchType
@Stability(Stable) public void resetLaunchType()
-
resetNetworkConfiguration
@Stability(Stable) public void resetNetworkConfiguration()
-
resetPlacementConstraints
@Stability(Stable) public void resetPlacementConstraints()
-
resetPlacementStrategy
@Stability(Stable) public void resetPlacementStrategy()
-
resetPlatformVersion
@Stability(Stable) public void resetPlatformVersion()
-
resetPropagateTags
@Stability(Stable) public void resetPropagateTags()
-
resetReferenceId
@Stability(Stable) public void resetReferenceId()
-
resetTags
@Stability(Stable) public void resetTags()
-
resetTaskCount
@Stability(Stable) public void resetTaskCount()
-
getCapacityProviderStrategy
@Stability(Stable) @NotNull public SchedulerScheduleTargetEcsParametersCapacityProviderStrategyList getCapacityProviderStrategy()
-
getNetworkConfiguration
@Stability(Stable) @NotNull public SchedulerScheduleTargetEcsParametersNetworkConfigurationOutputReference getNetworkConfiguration()
-
getPlacementConstraints
@Stability(Stable) @NotNull public SchedulerScheduleTargetEcsParametersPlacementConstraintsList getPlacementConstraints()
-
getPlacementStrategy
@Stability(Stable) @NotNull public SchedulerScheduleTargetEcsParametersPlacementStrategyList getPlacementStrategy()
-
getCapacityProviderStrategyInput
@Stability(Stable) @Nullable public Object getCapacityProviderStrategyInput()
-
getEnableEcsManagedTagsInput
@Stability(Stable) @Nullable public Object getEnableEcsManagedTagsInput()
-
getEnableExecuteCommandInput
@Stability(Stable) @Nullable public Object getEnableExecuteCommandInput()
-
getGroupInput
@Stability(Stable) @Nullable public String getGroupInput()
-
getLaunchTypeInput
@Stability(Stable) @Nullable public String getLaunchTypeInput()
-
getNetworkConfigurationInput
@Stability(Stable) @Nullable public SchedulerScheduleTargetEcsParametersNetworkConfiguration getNetworkConfigurationInput()
-
getPlacementConstraintsInput
@Stability(Stable) @Nullable public Object getPlacementConstraintsInput()
-
getPlacementStrategyInput
@Stability(Stable) @Nullable public Object getPlacementStrategyInput()
-
getPlatformVersionInput
@Stability(Stable) @Nullable public String getPlatformVersionInput()
-
getPropagateTagsInput
@Stability(Stable) @Nullable public String getPropagateTagsInput()
-
getReferenceIdInput
@Stability(Stable) @Nullable public String getReferenceIdInput()
-
getTaskCountInput
@Stability(Stable) @Nullable public Number getTaskCountInput()
-
getTaskDefinitionArnInput
@Stability(Stable) @Nullable public String getTaskDefinitionArnInput()
-
getEnableEcsManagedTags
@Stability(Stable) @NotNull public Object getEnableEcsManagedTags()
-
setEnableEcsManagedTags
@Stability(Stable) public void setEnableEcsManagedTags(@NotNull Boolean value)
-
setEnableEcsManagedTags
@Stability(Stable) public void setEnableEcsManagedTags(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getEnableExecuteCommand
@Stability(Stable) @NotNull public Object getEnableExecuteCommand()
-
setEnableExecuteCommand
@Stability(Stable) public void setEnableExecuteCommand(@NotNull Boolean value)
-
setEnableExecuteCommand
@Stability(Stable) public void setEnableExecuteCommand(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getGroup
@Stability(Stable) @NotNull public String getGroup()
-
setGroup
@Stability(Stable) public void setGroup(@NotNull String value)
-
getLaunchType
@Stability(Stable) @NotNull public String getLaunchType()
-
setLaunchType
@Stability(Stable) public void setLaunchType(@NotNull String value)
-
getPlatformVersion
@Stability(Stable) @NotNull public String getPlatformVersion()
-
setPlatformVersion
@Stability(Stable) public void setPlatformVersion(@NotNull String value)
-
getPropagateTags
@Stability(Stable) @NotNull public String getPropagateTags()
-
setPropagateTags
@Stability(Stable) public void setPropagateTags(@NotNull String value)
-
getReferenceId
@Stability(Stable) @NotNull public String getReferenceId()
-
setReferenceId
@Stability(Stable) public void setReferenceId(@NotNull String value)
-
getTaskCount
@Stability(Stable) @NotNull public Number getTaskCount()
-
setTaskCount
@Stability(Stable) public void setTaskCount(@NotNull Number value)
-
getTaskDefinitionArn
@Stability(Stable) @NotNull public String getTaskDefinitionArn()
-
setTaskDefinitionArn
@Stability(Stable) public void setTaskDefinitionArn(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public SchedulerScheduleTargetEcsParameters getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SchedulerScheduleTargetEcsParameters value)
-
-