Class PinpointAppCampaignHook.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.pinpoint_app.PinpointAppCampaignHook.Jsii$Proxy
-
- All Implemented Interfaces:
PinpointAppCampaignHook,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PinpointAppCampaignHook
@Stability(Stable) @Internal public static final class PinpointAppCampaignHook.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PinpointAppCampaignHook
An implementation forPinpointAppCampaignHook
-
-
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.pinpoint_app.PinpointAppCampaignHook
PinpointAppCampaignHook.Builder, PinpointAppCampaignHook.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PinpointAppCampaignHook.Builder builder)Constructor that initializes the object based on literal property values passed by thePinpointAppCampaignHook.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)StringgetLambdaFunctionName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#lambda_function_name PinpointApp#lambda_function_name}.StringgetMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#mode PinpointApp#mode}.StringgetWebUrl()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#web_url PinpointApp#web_url}.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(PinpointAppCampaignHook.Builder builder)
Constructor that initializes the object based on literal property values passed by thePinpointAppCampaignHook.Builder.
-
-
Method Detail
-
getLambdaFunctionName
public final String getLambdaFunctionName()
Description copied from interface:PinpointAppCampaignHookDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#lambda_function_name PinpointApp#lambda_function_name}.- Specified by:
getLambdaFunctionNamein interfacePinpointAppCampaignHook
-
getMode
public final String getMode()
Description copied from interface:PinpointAppCampaignHookDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#mode PinpointApp#mode}.- Specified by:
getModein interfacePinpointAppCampaignHook
-
getWebUrl
public final String getWebUrl()
Description copied from interface:PinpointAppCampaignHookDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_app#web_url PinpointApp#web_url}.- Specified by:
getWebUrlin interfacePinpointAppCampaignHook
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-