SnsApiUpdateSnsCredentialsRequest: {
    name?: string;
    permissions?: SnsPermissions;
    region?: Region;
    snsCredentialsId: string;
}

Type declaration

  • Optionalname?: string

    Name of the credentials.

  • Optionalpermissions?: SnsPermissions

    Permissions associated with these credentials.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • snsCredentialsId: string

    ID of the SNS credentials to update.