1. Packages
  2. Snowflake
  3. API Docs
  4. getSystemGetAwsSnsIamPolicy
Snowflake v0.52.0 published on Thursday, Apr 18, 2024 by Pulumi

snowflake.getSystemGetAwsSnsIamPolicy

Explore with Pulumi AI

snowflake logo
Snowflake v0.52.0 published on Thursday, Apr 18, 2024 by Pulumi

    Using getSystemGetAwsSnsIamPolicy

    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 getSystemGetAwsSnsIamPolicy(args: GetSystemGetAwsSnsIamPolicyArgs, opts?: InvokeOptions): Promise<GetSystemGetAwsSnsIamPolicyResult>
    function getSystemGetAwsSnsIamPolicyOutput(args: GetSystemGetAwsSnsIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetSystemGetAwsSnsIamPolicyResult>
    def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetSystemGetAwsSnsIamPolicyResult
    def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetSystemGetAwsSnsIamPolicyResult]
    func GetSystemGetAwsSnsIamPolicy(ctx *Context, args *GetSystemGetAwsSnsIamPolicyArgs, opts ...InvokeOption) (*GetSystemGetAwsSnsIamPolicyResult, error)
    func GetSystemGetAwsSnsIamPolicyOutput(ctx *Context, args *GetSystemGetAwsSnsIamPolicyOutputArgs, opts ...InvokeOption) GetSystemGetAwsSnsIamPolicyResultOutput

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

    public static class GetSystemGetAwsSnsIamPolicy 
    {
        public static Task<GetSystemGetAwsSnsIamPolicyResult> InvokeAsync(GetSystemGetAwsSnsIamPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetSystemGetAwsSnsIamPolicyResult> Invoke(GetSystemGetAwsSnsIamPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSystemGetAwsSnsIamPolicyResult> getSystemGetAwsSnsIamPolicy(GetSystemGetAwsSnsIamPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: snowflake:index/getSystemGetAwsSnsIamPolicy:getSystemGetAwsSnsIamPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AwsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    AwsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicArn String
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    aws_sns_topic_arn str
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicArn String
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket

    getSystemGetAwsSnsIamPolicy Result

    The following output properties are available:

    AwsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    AwsSnsTopicPolicyJson string
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    AwsSnsTopicPolicyJson string
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    Id string
    The provider-assigned unique ID for this managed resource.
    awsSnsTopicArn String
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicPolicyJson String
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    id String
    The provider-assigned unique ID for this managed resource.
    awsSnsTopicArn string
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicPolicyJson string
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    id string
    The provider-assigned unique ID for this managed resource.
    aws_sns_topic_arn str
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    aws_sns_topic_policy_json str
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    id str
    The provider-assigned unique ID for this managed resource.
    awsSnsTopicArn String
    Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
    awsSnsTopicPolicyJson String
    IAM policy for Snowflake’s SQS queue to subscribe to this topic
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v0.52.0 published on Thursday, Apr 18, 2024 by Pulumi