1. Packages
  2. AWS Native
  3. API Docs
  4. pinpoint
  5. getInAppTemplate

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.pinpoint.getInAppTemplate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::Pinpoint::InAppTemplate

    Using getInAppTemplate

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getInAppTemplate(args: GetInAppTemplateArgs, opts?: InvokeOptions): Promise<GetInAppTemplateResult>
    function getInAppTemplateOutput(args: GetInAppTemplateOutputArgs, opts?: InvokeOptions): Output<GetInAppTemplateResult>
    def get_in_app_template(template_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetInAppTemplateResult
    def get_in_app_template_output(template_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetInAppTemplateResult]
    func LookupInAppTemplate(ctx *Context, args *LookupInAppTemplateArgs, opts ...InvokeOption) (*LookupInAppTemplateResult, error)
    func LookupInAppTemplateOutput(ctx *Context, args *LookupInAppTemplateOutputArgs, opts ...InvokeOption) LookupInAppTemplateResultOutput

    > Note: This function is named LookupInAppTemplate in the Go SDK.

    public static class GetInAppTemplate 
    {
        public static Task<GetInAppTemplateResult> InvokeAsync(GetInAppTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetInAppTemplateResult> Invoke(GetInAppTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInAppTemplateResult> getInAppTemplate(GetInAppTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:pinpoint:getInAppTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getInAppTemplate Result

    The following output properties are available:

    Arn string
    Content List<Pulumi.AwsNative.Pinpoint.Outputs.InAppTemplateInAppMessageContent>
    CustomConfig object
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    Layout Pulumi.AwsNative.Pinpoint.InAppTemplateLayout
    Tags object
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    TemplateDescription string
    Arn string
    Content []InAppTemplateInAppMessageContent
    CustomConfig interface{}
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    Layout InAppTemplateLayout
    Tags interface{}
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    TemplateDescription string
    arn String
    content List<InAppTemplateInAppMessageContent>
    customConfig Object
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    layout InAppTemplateLayout
    tags Object
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    templateDescription String
    arn string
    content InAppTemplateInAppMessageContent[]
    customConfig any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    layout InAppTemplateLayout
    tags any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    templateDescription string
    arn str
    content Sequence[InAppTemplateInAppMessageContent]
    custom_config Any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    layout InAppTemplateLayout
    tags Any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    template_description str
    arn String
    content List<Property Map>
    customConfig Any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    layout "BOTTOM_BANNER" | "TOP_BANNER" | "OVERLAYS" | "MOBILE_FEED" | "MIDDLE_BANNER" | "CAROUSEL"
    tags Any
    Search the CloudFormation User Guide for AWS::Pinpoint::InAppTemplate for more information about the expected schema for this property.
    templateDescription String

    Supporting Types

    InAppTemplateAlignment

    InAppTemplateBodyConfig

    InAppTemplateButtonAction

    InAppTemplateButtonConfig

    InAppTemplateDefaultButtonConfiguration

    InAppTemplateHeaderConfig

    InAppTemplateInAppMessageContent

    InAppTemplateLayout

    InAppTemplateOverrideButtonConfiguration

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi