Class CloudwatchEventTargetEcsTarget.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetEcsTarget.Jsii$Proxy
-
- All Implemented Interfaces:
CloudwatchEventTargetEcsTarget,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudwatchEventTargetEcsTarget
@Stability(Stable) @Internal public static final class CloudwatchEventTargetEcsTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudwatchEventTargetEcsTarget
An implementation forCloudwatchEventTargetEcsTarget
-
-
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.providers.aws.cloudwatch_event_target.CloudwatchEventTargetEcsTarget
CloudwatchEventTargetEcsTarget.Builder, CloudwatchEventTargetEcsTarget.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudwatchEventTargetEcsTarget.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetEcsTarget.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetCapacityProviderStrategy()capacity_provider_strategy block.ObjectgetEnableEcsManagedTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#enable_ecs_managed_tags CloudwatchEventTarget#enable_ecs_managed_tags}.ObjectgetEnableExecuteCommand()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#enable_execute_command CloudwatchEventTarget#enable_execute_command}.StringgetGroup()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#group CloudwatchEventTarget#group}.StringgetLaunchType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#launch_type CloudwatchEventTarget#launch_type}.CloudwatchEventTargetEcsTargetNetworkConfigurationgetNetworkConfiguration()network_configuration block.ObjectgetOrderedPlacementStrategy()ordered_placement_strategy block.ObjectgetPlacementConstraint()placement_constraint block.StringgetPlatformVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#platform_version CloudwatchEventTarget#platform_version}.StringgetPropagateTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#propagate_tags CloudwatchEventTarget#propagate_tags}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#tags CloudwatchEventTarget#tags}.NumbergetTaskCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#task_count CloudwatchEventTarget#task_count}.StringgetTaskDefinitionArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#task_definition_arn CloudwatchEventTarget#task_definition_arn}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CloudwatchEventTargetEcsTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetEcsTarget.Builder.
-
-
Method Detail
-
getTaskDefinitionArn
public final String getTaskDefinitionArn()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#task_definition_arn CloudwatchEventTarget#task_definition_arn}.- Specified by:
getTaskDefinitionArnin interfaceCloudwatchEventTargetEcsTarget
-
getCapacityProviderStrategy
public final Object getCapacityProviderStrategy()
Description copied from interface:CloudwatchEventTargetEcsTargetcapacity_provider_strategy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#capacity_provider_strategy CloudwatchEventTarget#capacity_provider_strategy}
- Specified by:
getCapacityProviderStrategyin interfaceCloudwatchEventTargetEcsTarget
-
getEnableEcsManagedTags
public final Object getEnableEcsManagedTags()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#enable_ecs_managed_tags CloudwatchEventTarget#enable_ecs_managed_tags}.- Specified by:
getEnableEcsManagedTagsin interfaceCloudwatchEventTargetEcsTarget
-
getEnableExecuteCommand
public final Object getEnableExecuteCommand()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#enable_execute_command CloudwatchEventTarget#enable_execute_command}.- Specified by:
getEnableExecuteCommandin interfaceCloudwatchEventTargetEcsTarget
-
getGroup
public final String getGroup()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#group CloudwatchEventTarget#group}.- Specified by:
getGroupin interfaceCloudwatchEventTargetEcsTarget
-
getLaunchType
public final String getLaunchType()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#launch_type CloudwatchEventTarget#launch_type}.- Specified by:
getLaunchTypein interfaceCloudwatchEventTargetEcsTarget
-
getNetworkConfiguration
public final CloudwatchEventTargetEcsTargetNetworkConfiguration getNetworkConfiguration()
Description copied from interface:CloudwatchEventTargetEcsTargetnetwork_configuration block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#network_configuration CloudwatchEventTarget#network_configuration}
- Specified by:
getNetworkConfigurationin interfaceCloudwatchEventTargetEcsTarget
-
getOrderedPlacementStrategy
public final Object getOrderedPlacementStrategy()
Description copied from interface:CloudwatchEventTargetEcsTargetordered_placement_strategy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#ordered_placement_strategy CloudwatchEventTarget#ordered_placement_strategy}
- Specified by:
getOrderedPlacementStrategyin interfaceCloudwatchEventTargetEcsTarget
-
getPlacementConstraint
public final Object getPlacementConstraint()
Description copied from interface:CloudwatchEventTargetEcsTargetplacement_constraint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#placement_constraint CloudwatchEventTarget#placement_constraint}
- Specified by:
getPlacementConstraintin interfaceCloudwatchEventTargetEcsTarget
-
getPlatformVersion
public final String getPlatformVersion()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#platform_version CloudwatchEventTarget#platform_version}.- Specified by:
getPlatformVersionin interfaceCloudwatchEventTargetEcsTarget
-
getPropagateTags
public final String getPropagateTags()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#propagate_tags CloudwatchEventTarget#propagate_tags}.- Specified by:
getPropagateTagsin interfaceCloudwatchEventTargetEcsTarget
-
getTags
public final Map<String,String> getTags()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#tags CloudwatchEventTarget#tags}.- Specified by:
getTagsin interfaceCloudwatchEventTargetEcsTarget
-
getTaskCount
public final Number getTaskCount()
Description copied from interface:CloudwatchEventTargetEcsTargetDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#task_count CloudwatchEventTarget#task_count}.- Specified by:
getTaskCountin interfaceCloudwatchEventTargetEcsTarget
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-