AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.fms.getNotificationChannel
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- Sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Topic StringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns_
topic_ strarn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Topic StringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
getNotificationChannel Result
The following output properties are available:
- Sns
Role stringName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- Sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- Sns
Role stringName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- Sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Role StringName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- sns
Topic StringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Role stringName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- sns
Topic stringArn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns_
role_ strname - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- sns_
topic_ strarn - The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
- sns
Role StringName - The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- sns
Topic StringArn - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi