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

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.fms.getNotificationChannel

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 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>
    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]
    func LookupNotificationChannel(ctx *Context, args *LookupNotificationChannelArgs, opts ...InvokeOption) (*LookupNotificationChannelResult, error)
    func LookupNotificationChannelOutput(ctx *Context, args *LookupNotificationChannelOutputArgs, opts ...InvokeOption) LookupNotificationChannelResultOutput

    > 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)
    }
    public static CompletableFuture<GetNotificationChannelResult> getNotificationChannel(GetNotificationChannelArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:fms:getNotificationChannel
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SnsTopicArn string
    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
    SnsTopicArn string
    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
    snsTopicArn String
    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
    snsTopicArn string
    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
    sns_topic_arn str
    The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
    snsTopicArn 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
    aws-native logo

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi