idea-aws
    Preparing search index...

    Interface SNSCreateEndpointParams

    Options for creating a SNS endpoint.

    interface SNSCreateEndpointParams {
        androidArn?: string;
        appleArn?: string;
        appleDevArn?: string;
    }
    Index

    Properties

    androidArn?: string

    ARN to Android's notification services.

    appleArn?: string

    ARN to production of Apple's (iOS, MacOS) notification services.

    appleDevArn?: string

    ARN to development of Apple's (iOS, MacOS) notification services.