1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. fms
  5. getNotificationChannel

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.fms.getNotificationChannel

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.

Using getNotificationChannel

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 getNotificationChannel(args: GetNotificationChannelArgs, opts?: InvokeOptions): Promise<GetNotificationChannelResult>
function getNotificationChannelOutput(args: GetNotificationChannelOutputArgs, opts?: InvokeOptions): Output<GetNotificationChannelResult>
Copy
def get_notification_channel(sns_topic_arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetNotificationChannelResult
def get_notification_channel_output(sns_topic_arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetNotificationChannelResult]
Copy
func LookupNotificationChannel(ctx *Context, args *LookupNotificationChannelArgs, opts ...InvokeOption) (*LookupNotificationChannelResult, error)
func LookupNotificationChannelOutput(ctx *Context, args *LookupNotificationChannelOutputArgs, opts ...InvokeOption) LookupNotificationChannelResultOutput
Copy

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

public static class GetNotificationChannel 
{
    public static Task<GetNotificationChannelResult> InvokeAsync(GetNotificationChannelArgs args, InvokeOptions? opts = null)
    public static Output<GetNotificationChannelResult> Invoke(GetNotificationChannelInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetNotificationChannelResult> getNotificationChannel(GetNotificationChannelArgs args, InvokeOptions options)
public static Output<GetNotificationChannelResult> getNotificationChannel(GetNotificationChannelArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:fms:getNotificationChannel
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

SnsTopicArn This property is required. string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
SnsTopicArn This property is required. string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsTopicArn This property is required. String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsTopicArn This property is required. string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
sns_topic_arn This property is required. str
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsTopicArn This property is required. String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

getNotificationChannel Result

The following output properties are available:

SnsRoleName string
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
SnsTopicArn string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
SnsRoleName string
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
SnsTopicArn string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsRoleName String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsTopicArn String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsRoleName string
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsTopicArn string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
sns_role_name str
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
sns_topic_arn str
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
snsRoleName String
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsTopicArn String
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

Package Details

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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi