1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getNotification

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi

    Resource Type definition for AWS::Connect::Notification

    Using getNotification

    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 getNotification(args: GetNotificationArgs, opts?: InvokeOptions): Promise<GetNotificationResult>
    function getNotificationOutput(args: GetNotificationOutputArgs, opts?: InvokeOptions): Output<GetNotificationResult>
    def get_notification(arn: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetNotificationResult
    def get_notification_output(arn: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetNotificationResult]
    func LookupNotification(ctx *Context, args *LookupNotificationArgs, opts ...InvokeOption) (*LookupNotificationResult, error)
    func LookupNotificationOutput(ctx *Context, args *LookupNotificationOutputArgs, opts ...InvokeOption) LookupNotificationResultOutput

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

    public static class GetNotification 
    {
        public static Task<GetNotificationResult> InvokeAsync(GetNotificationArgs args, InvokeOptions? opts = null)
        public static Output<GetNotificationResult> Invoke(GetNotificationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNotificationResult> getNotification(GetNotificationArgs args, InvokeOptions options)
    public static Output<GetNotificationResult> getNotification(GetNotificationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getNotification
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) for the notification.
    Arn string
    The Amazon Resource Name (ARN) for the notification.
    arn String
    The Amazon Resource Name (ARN) for the notification.
    arn string
    The Amazon Resource Name (ARN) for the notification.
    arn str
    The Amazon Resource Name (ARN) for the notification.
    arn String
    The Amazon Resource Name (ARN) for the notification.

    getNotification Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) for the notification.
    Content Pulumi.AwsNative.Connect.Outputs.NotificationContent
    The content of the notification.
    CreatedAt string
    The time a notification was created
    Id string
    The identifier of the notification.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    One or more tags.
    Arn string
    The Amazon Resource Name (ARN) for the notification.
    Content NotificationContent
    The content of the notification.
    CreatedAt string
    The time a notification was created
    Id string
    The identifier of the notification.
    Tags Tag
    One or more tags.
    arn String
    The Amazon Resource Name (ARN) for the notification.
    content NotificationContent
    The content of the notification.
    createdAt String
    The time a notification was created
    id String
    The identifier of the notification.
    tags List<Tag>
    One or more tags.
    arn string
    The Amazon Resource Name (ARN) for the notification.
    content NotificationContent
    The content of the notification.
    createdAt string
    The time a notification was created
    id string
    The identifier of the notification.
    tags Tag[]
    One or more tags.
    arn str
    The Amazon Resource Name (ARN) for the notification.
    content NotificationContent
    The content of the notification.
    created_at str
    The time a notification was created
    id str
    The identifier of the notification.
    tags Sequence[root_Tag]
    One or more tags.
    arn String
    The Amazon Resource Name (ARN) for the notification.
    content Property Map
    The content of the notification.
    createdAt String
    The time a notification was created
    id String
    The identifier of the notification.
    tags List<Property Map>
    One or more tags.

    Supporting Types

    NotificationContent

    DeDe string
    EnUs string
    EsEs string
    FrFr string
    IdId string
    ItIt string
    JaJp string
    KoKr string
    PtBr string
    ZhCn string
    ZhTw string
    DeDe string
    EnUs string
    EsEs string
    FrFr string
    IdId string
    ItIt string
    JaJp string
    KoKr string
    PtBr string
    ZhCn string
    ZhTw string
    deDe String
    enUs String
    esEs String
    frFr String
    idId String
    itIt String
    jaJp String
    koKr String
    ptBr String
    zhCn String
    zhTw String
    deDe string
    enUs string
    esEs string
    frFr string
    idId string
    itIt string
    jaJp string
    koKr string
    ptBr string
    zhCn string
    zhTw string
    de_de str
    en_us str
    es_es str
    fr_fr str
    id_id str
    it_it str
    ja_jp str
    ko_kr str
    pt_br str
    zh_cn str
    zh_tw str
    deDe String
    enUs String
    esEs String
    frFr String
    idId String
    itIt String
    jaJp String
    koKr String
    ptBr String
    zhCn String
    zhTw String

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.57.0
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.