Show / Hide Table of Contents

Interface CfnInAppTemplate.IOverrideButtonConfigurationProperty

Specifies the configuration of a button with settings that are specific to a certain device type.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInAppTemplate.IOverrideButtonConfigurationProperty
Syntax (vb)
Public Interface CfnInAppTemplate.IOverrideButtonConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-inapptemplate-overridebuttonconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Pinpoint;

             var overrideButtonConfigurationProperty = new OverrideButtonConfigurationProperty {
                 ButtonAction = "buttonAction",
                 Link = "link"
             };

Synopsis

Properties

ButtonAction

The action that occurs when a recipient chooses a button in an in-app message.

Link

The destination (such as a URL) for a button.

Properties

ButtonAction

The action that occurs when a recipient chooses a button in an in-app message.

string? ButtonAction { get; }
Property Value

string

Remarks

You can specify one of the following:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-inapptemplate-overridebuttonconfiguration.html#cfn-pinpoint-inapptemplate-overridebuttonconfiguration-buttonaction

    Link

    The destination (such as a URL) for a button.

    string? Link { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-inapptemplate-overridebuttonconfiguration.html#cfn-pinpoint-inapptemplate-overridebuttonconfiguration-link

    Back to top Generated by DocFX