Interface CloudwatchEventTargetInputTransformer
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetInputTransformer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.988Z") @Stability(Stable) public interface CloudwatchEventTargetInputTransformer extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetInputTransformer.BuilderA builder forCloudwatchEventTargetInputTransformerstatic classCloudwatchEventTargetInputTransformer.Jsii$ProxyAn implementation forCloudwatchEventTargetInputTransformer
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudwatchEventTargetInputTransformer.Builderbuilder()default Map<String,String>getInputPaths()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_paths CloudwatchEventTarget#input_paths}.StringgetInputTemplate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_template CloudwatchEventTarget#input_template}.
-
-
-
Method Detail
-
getInputTemplate
@Stability(Stable) @NotNull String getInputTemplate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_template CloudwatchEventTarget#input_template}.
-
getInputPaths
@Stability(Stable) @Nullable default Map<String,String> getInputPaths()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_paths CloudwatchEventTarget#input_paths}.
-
builder
@Stability(Stable) static CloudwatchEventTargetInputTransformer.Builder builder()
-
-