Home > @vsf-enterprise/commercetools-types > SnsDestinationInput
# SnsDestinationInput type
Signature:
export declare type SnsDestinationInput = {
topicArn: Scalars['String'];
accessKey: Scalars['String'];
accessSecret: Scalars['String'];
};
References: Scalars