Interface CloudwatchEventTargetRunCommandTargets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetRunCommandTargets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.989Z") @Stability(Stable) public interface CloudwatchEventTargetRunCommandTargets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetRunCommandTargets.BuilderA builder forCloudwatchEventTargetRunCommandTargetsstatic classCloudwatchEventTargetRunCommandTargets.Jsii$ProxyAn implementation forCloudwatchEventTargetRunCommandTargets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudwatchEventTargetRunCommandTargets.Builderbuilder()StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#key CloudwatchEventTarget#key}.List<String>getValues()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#values CloudwatchEventTarget#values}.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#key CloudwatchEventTarget#key}.
-
getValues
@Stability(Stable) @NotNull List<String> getValues()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#values CloudwatchEventTarget#values}.
-
builder
@Stability(Stable) static CloudwatchEventTargetRunCommandTargets.Builder builder()
-
-