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
published on Monday, Mar 9, 2026 by Pulumi
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
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 dictionaryThe 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.
Aws Native. Connect. Outputs. Notification Content - The content of the notification.
- Created
At string - The time a notification was created
- Id string
- The identifier of the notification.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- arn str
- The Amazon Resource Name (ARN) for the notification.
- content
Notification
Content - The content of the notification.
- created_
at str - The time a notification was created
- id str
- The identifier of the notification.
- 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.
- created
At String - The time a notification was created
- id String
- The identifier of the notification.
- List<Property Map>
- One or more tags.
Supporting Types
NotificationContent
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Mar 9, 2026 by Pulumi
