Show / Hide Table of Contents

Class CfnInAppTemplate.OverrideButtonConfigurationProperty

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

Inheritance
object
CfnInAppTemplate.OverrideButtonConfigurationProperty
Implements
CfnInAppTemplate.IOverrideButtonConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInAppTemplate.OverrideButtonConfigurationProperty : CfnInAppTemplate.IOverrideButtonConfigurationProperty
Syntax (vb)
Public Class CfnInAppTemplate.OverrideButtonConfigurationProperty Implements 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

Constructors

OverrideButtonConfigurationProperty()

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

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.

Constructors

OverrideButtonConfigurationProperty()

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

public OverrideButtonConfigurationProperty()
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"
             };

Properties

ButtonAction

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

public string? ButtonAction { get; set; }
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.

    public string? Link { get; set; }
    Property Value

    string

    Remarks

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

    Implements

    CfnInAppTemplate.IOverrideButtonConfigurationProperty
    Back to top Generated by DocFX