Home > @vsf-enterprise/commercetools-types > SnsDestination
# SnsDestination type
Signature:
export declare type SnsDestination = Destination & {
__typename?: 'SNSDestination';
topicArn: Scalars['String'];
accessKey: Scalars['String'];
accessSecret: Scalars['String'];
type: Scalars['String'];
};
References: Destination, Scalars