Class CloudwatchEventTargetInputTransformer.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.cloudwatch_event_target.CloudwatchEventTargetInputTransformer.Jsii$Proxy
-
- All Implemented Interfaces:
CloudwatchEventTargetInputTransformer,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudwatchEventTargetInputTransformer
@Stability(Stable) @Internal public static final class CloudwatchEventTargetInputTransformer.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudwatchEventTargetInputTransformer
An implementation forCloudwatchEventTargetInputTransformer
-
-
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.CloudwatchEventTargetInputTransformer
CloudwatchEventTargetInputTransformer.Builder, CloudwatchEventTargetInputTransformer.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudwatchEventTargetInputTransformer.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetInputTransformer.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)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}.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(CloudwatchEventTargetInputTransformer.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudwatchEventTargetInputTransformer.Builder.
-
-
Method Detail
-
getInputTemplate
public final String getInputTemplate()
Description copied from interface:CloudwatchEventTargetInputTransformerDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_template CloudwatchEventTarget#input_template}.- Specified by:
getInputTemplatein interfaceCloudwatchEventTargetInputTransformer
-
getInputPaths
public final Map<String,String> getInputPaths()
Description copied from interface:CloudwatchEventTargetInputTransformerDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#input_paths CloudwatchEventTarget#input_paths}.- Specified by:
getInputPathsin interfaceCloudwatchEventTargetInputTransformer
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-